Html Css Color HEX #575992 Governor Bay

📋 copy color: '#575992'

red 87 ◦ green 89 ◦ blue 146

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

Shades of Governor Bay #575992

Tints of Governor Bay #575992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 27.02%
G = 27.64%
B = 45.34%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575992 (or 0x575992) is known color: Governor Bay. HEX triplet: 57, 59 and 92. RGB value is (87,89,146). Sum of RGB (Red+Green+Blue) = 87+89+146=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #575992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575992 is #A8A66D. Grayscale: #5E5E5E. Windows color (decimal): -11052654 or 9591127. OLE color: 9591127.

HSL color Cylindrical-coordinate representation of color #575992: hue angle of 237.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575992 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 89 146 -
CMYK 0.40 0.39 0 0.43
HSL 237.97º 0.25% 0.46% -
HSV(B) 237.97º 0.4% 0.57% -
XYZ 12.69 11.25 28.7 -
YUV 94.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 87 89 146 0.40 0.39 0 0.43 237.97 0.25 0.46
Hex 57 59 92 28 27 0 2B EE 19 2E
Octal 127 131 222 50 47 0 53 356 31 56
Binary 1010111 1011001 10010010 101000 100111 0 101011 11101110 11001 101110

Color Harmonies of #575992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575992

Black with #575992

Text Example


Text Example

White with #575992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575992; }

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

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

background-color css

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

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

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

border-color css

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

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

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