Html Css Color HEX #575799 Governor Bay

📋 copy color: '#575799'

red 87 ◦ green 87 ◦ blue 153

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

Shades of Governor Bay #575799

Tints of Governor Bay #575799

RGB

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

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

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

R = 26.61%
G = 26.61%
B = 46.79%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575799 (or 0x575799) is known color: Governor Bay. HEX triplet: 57, 57 and 99. RGB value is (87,87,153). Sum of RGB (Red+Green+Blue) = 87+87+153=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #575799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575799 is #A8A866. Grayscale: #5E5E5E. Windows color (decimal): -11053159 or 10049367. OLE color: 10049367.

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

Color convert

RGB 87 87 153 -
CMYK 0.43 0.43 0 0.4
HSL 240º 0.28% 0.47% -
HSV(B) 240º 0.43% 0.6% -
XYZ 13.09 11.14 31.6 -
YUV 94.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 87 87 153 0.43 0.43 0 0.4 240 0.28 0.47
Hex 57 57 99 2B 2B 0 28 F0 1C 2F
Octal 127 127 231 53 53 0 50 360 34 57
Binary 1010111 1010111 10011001 101011 101011 0 101000 11110000 11100 101111

Color Harmonies of #575799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575799

Black with #575799

Text Example


Text Example

White with #575799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575799; }

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

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

background-color css

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

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

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

border-color css

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

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

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