Html Css Color HEX #59539C Governor Bay

📋 copy color: '#59539C'

red 89 ◦ green 83 ◦ blue 156

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

Shades of Governor Bay #59539C

Tints of Governor Bay #59539C

RGB

 RED value IS 89 (35.16% from 255) = 27.13%

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 27.13%
G = 25.3%
B = 47.56%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59539C (or 0x59539C) is known color: Governor Bay. HEX triplet: 59, 53 and 9C. RGB value is (89,83,156). Sum of RGB (Red+Green+Blue) = 89+83+156=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #59539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59539C is #A6AC63. Grayscale: #5C5C5C. Windows color (decimal): -10923108 or 10244953. OLE color: 10244953.

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

Color convert

RGB 89 83 156 -
CMYK 0.43 0.47 0 0.39
HSL 244.93º 0.31% 0.47% -
HSV(B) 244.93º 0.47% 0.61% -
XYZ 13.21 10.71 32.82 -
YUV 93.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 89 83 156 0.43 0.47 0 0.39 244.93 0.31 0.47
Hex 59 53 9C 2B 2F 0 27 F5 1F 2F
Octal 131 123 234 53 57 0 47 365 37 57
Binary 1011001 1010011 10011100 101011 101111 0 100111 11110101 11111 101111

Color Harmonies of #59539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59539C

Black with #59539C

Text Example


Text Example

White with #59539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59539C; }

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

 H1.HeaderClassName
 {
   color: #59539C;
 }
 .AnyTagClassName
 {
   color: #59539C;
 }
</style>

background-color css

<style>
 a { background-color: #59539C; }

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

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

border-color css

<style>
 span { border-color: #59539C; }

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

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