Html Css Color HEX #575599 Governor Bay

📋 copy color: '#575599'

red 87 ◦ green 85 ◦ blue 153

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

Shades of Governor Bay #575599

Tints of Governor Bay #575599

RGB

 RED value IS 87 (34.38% from 255) = 26.77%

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 26.77%
G = 26.15%
B = 47.08%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575599 (or 0x575599) is known color: Governor Bay. HEX triplet: 57, 55 and 99. RGB value is (87,85,153). Sum of RGB (Red+Green+Blue) = 87+85+153=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #575599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575599 is #A8AA66. Grayscale: #5D5D5D. Windows color (decimal): -11053671 or 10048855. OLE color: 10048855.

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

Color convert

RGB 87 85 153 -
CMYK 0.43 0.44 0 0.4
HSL 241.76º 0.29% 0.47% -
HSV(B) 241.76º 0.44% 0.6% -
XYZ 12.93 10.82 31.54 -
YUV 93.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 87 85 153 0.43 0.44 0 0.4 241.76 0.29 0.47
Hex 57 55 99 2B 2C 0 28 F2 1D 2F
Octal 127 125 231 53 54 0 50 362 35 57
Binary 1010111 1010101 10011001 101011 101100 0 101000 11110010 11101 101111

Color Harmonies of #575599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575599

Black with #575599

Text Example


Text Example

White with #575599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575599; }

 p { color: rgb(87,85,153); }

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

background-color css

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

 a { background-color: rgb(87,85,153); }

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

border-color css

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

 span { border-color: rgb(87,85,153); }

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