Html Css Color HEX #59559C Governor Bay

📋 copy color: '#59559C'

red 89 ◦ green 85 ◦ blue 156

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

Shades of Governor Bay #59559C

Tints of Governor Bay #59559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 26.97%
G = 25.76%
B = 47.27%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59559C (or 0x59559C) is known color: Governor Bay. HEX triplet: 59, 55 and 9C. RGB value is (89,85,156). Sum of RGB (Red+Green+Blue) = 89+85+156=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #59559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59559C is #A6AA63. Grayscale: #5E5E5E. Windows color (decimal): -10922596 or 10245465. OLE color: 10245465.

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

Color convert

RGB 89 85 156 -
CMYK 0.43 0.46 0 0.39
HSL 243.38º 0.29% 0.47% -
HSV(B) 243.38º 0.46% 0.61% -
XYZ 13.37 11.02 32.88 -
YUV 94.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 89 85 156 0.43 0.46 0 0.39 243.38 0.29 0.47
Hex 59 55 9C 2B 2E 0 27 F3 1D 2F
Octal 131 125 234 53 56 0 47 363 35 57
Binary 1011001 1010101 10011100 101011 101110 0 100111 11110011 11101 101111

Color Harmonies of #59559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59559C

Black with #59559C

Text Example


Text Example

White with #59559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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