Html Css Color HEX #59579C Governor Bay

📋 copy color: '#59579C'

red 89 ◦ green 87 ◦ blue 156

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

Shades of Governor Bay #59579C

Tints of Governor Bay #59579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

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

R = 26.81%
G = 26.2%
B = 46.99%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59579C (or 0x59579C) is known color: Governor Bay. HEX triplet: 59, 57 and 9C. RGB value is (89,87,156). Sum of RGB (Red+Green+Blue) = 89+87+156=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #59579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59579C is #A6A863. Grayscale: #5F5F5F. Windows color (decimal): -10922084 or 10245977. OLE color: 10245977.

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

Color convert

RGB 89 87 156 -
CMYK 0.43 0.44 0 0.39
HSL 241.74º 0.28% 0.48% -
HSV(B) 241.74º 0.44% 0.61% -
XYZ 13.53 11.34 32.93 -
YUV 95.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 89 87 156 0.43 0.44 0 0.39 241.74 0.28 0.48
Hex 59 57 9C 2B 2C 0 27 F2 1C 30
Octal 131 127 234 53 54 0 47 362 34 60
Binary 1011001 1010111 10011100 101011 101100 0 100111 11110010 11100 110000

Color Harmonies of #59579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59579C

Black with #59579C

Text Example


Text Example

White with #59579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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