Html Css Color HEX #59579B Governor Bay

📋 copy color: '#59579B'

red 89 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #59579B

Tints of Governor Bay #59579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 26.89%
G = 26.28%
B = 46.83%

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

#59579B (or 0x59579B) is known color: Governor Bay. HEX triplet: 59, 57 and 9B. RGB value is (89,87,155). Sum of RGB (Red+Green+Blue) = 89+87+155=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #59579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59579B is #A6A864. Grayscale: #5F5F5F. Windows color (decimal): -10922085 or 10180441. OLE color: 10180441.

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

Color convert

RGB 89 87 155 -
CMYK 0.43 0.44 0 0.39
HSL 241.76º 0.28% 0.47% -
HSV(B) 241.76º 0.44% 0.61% -
XYZ 13.44 11.31 32.48 -
YUV 95.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 89 87 155 0.43 0.44 0 0.39 241.76 0.28 0.47
Hex 59 57 9B 2B 2C 0 27 F2 1C 2F
Octal 131 127 233 53 54 0 47 362 34 57
Binary 1011001 1010111 10011011 101011 101100 0 100111 11110010 11100 101111

Color Harmonies of #59579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59579B

Black with #59579B

Text Example


Text Example

White with #59579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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