Html Css Color HEX #53599D Governor Bay

📋 copy color: '#53599D'

red 83 ◦ green 89 ◦ blue 157

#53599D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #53599D

Tints of Governor Bay #53599D

RGB

 RED value IS 83 (32.81% from 255) = 25.23%

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 25.23%
G = 27.05%
B = 47.72%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53599D (or 0x53599D) is known color: Governor Bay. HEX triplet: 53, 59 and 9D. RGB value is (83,89,157). Sum of RGB (Red+Green+Blue) = 83+89+157=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #53599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599D is #ACA662. Grayscale: #5E5E5E. Windows color (decimal): -11314787 or 10312019. OLE color: 10312019.

HSL color Cylindrical-coordinate representation of color #53599D: hue angle of 235.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53599D is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 89 157 -
CMYK 0.47 0.43 0 0.38
HSL 235.14º 0.31% 0.47% -
HSV(B) 235.14º 0.47% 0.62% -
XYZ 13.23 11.42 33.41 -
YUV 94.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 83 89 157 0.47 0.43 0 0.38 235.14 0.31 0.47
Hex 53 59 9D 2F 2B 0 26 EB 1F 2F
Octal 123 131 235 57 53 0 46 353 37 57
Binary 1010011 1011001 10011101 101111 101011 0 100110 11101011 11111 101111

Color Harmonies of #53599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53599D

Black with #53599D

Text Example


Text Example

White with #53599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53599D; }

 p { color: rgb(83,89,157); }

 H1.HeaderClassName
 {
   color: #53599D;
 }
 .AnyTagClassName
 {
   color: #53599D;
 }
</style>

background-color css

<style>
 a { background-color: #53599D; }

 a { background-color: rgb(83,89,157); }

 div.DivClassName
 {
   background-color: #53599D;
 }
 .BgClassName
 {
   background-color: #53599D;
 }
</style>

border-color css

<style>
 span { border-color: #53599D; }

 span { border-color: rgb(83,89,157); }

 td.TdClassName
 {
   border-color: #53599D;
 }
 .TagClassName
 {
   border-color: #53599D;
 }
</style>