Html Css Color HEX #575791 Governor Bay

📋 copy color: '#575791'

red 87 ◦ green 87 ◦ blue 145

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

Shades of Governor Bay #575791

Tints of Governor Bay #575791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.4

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575791 (or 0x575791) is known color: Governor Bay. HEX triplet: 57, 57 and 91. RGB value is (87,87,145). Sum of RGB (Red+Green+Blue) = 87+87+145=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #575791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575791 is #A8A86E. Grayscale: #5D5D5D. Windows color (decimal): -11053167 or 9525079. OLE color: 9525079.

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

Color convert

RGB 87 87 145 -
CMYK 0.4 0.4 0 0.43
HSL 240º 0.25% 0.45% -
HSV(B) 240º 0.4% 0.57% -
XYZ 12.45 10.89 28.23 -
YUV 93.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 87 87 145 0.4 0.4 0 0.43 240 0.25 0.45
Hex 57 57 91 28 28 0 2B F0 19 2D
Octal 127 127 221 50 50 0 53 360 31 55
Binary 1010111 1010111 10010001 101000 101000 0 101011 11110000 11001 101101

Color Harmonies of #575791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575791

Black with #575791

Text Example


Text Example

White with #575791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575791; }

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

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

background-color css

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

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

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

border-color css

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

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

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