Html Css Color HEX #575597 Governor Bay

📋 copy color: '#575597'

red 87 ◦ green 85 ◦ blue 151

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

Shades of Governor Bay #575597

Tints of Governor Bay #575597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 26.93%
G = 26.32%
B = 46.75%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#575597 (or 0x575597) is known color: Governor Bay. HEX triplet: 57, 55 and 97. RGB value is (87,85,151). Sum of RGB (Red+Green+Blue) = 87+85+151=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #575597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575597 is #A8AA68. Grayscale: #5C5C5C. Windows color (decimal): -11053673 or 9917783. OLE color: 9917783.

HSL color Cylindrical-coordinate representation of color #575597: hue angle of 241.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575597 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 85 151 -
CMYK 0.42 0.44 0 0.41
HSL 241.82º 0.28% 0.46% -
HSV(B) 241.82º 0.44% 0.59% -
XYZ 12.76 10.76 30.68 -
YUV 93.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 87 85 151 0.42 0.44 0 0.41 241.82 0.28 0.46
Hex 57 55 97 2A 2C 0 29 F2 1C 2E
Octal 127 125 227 52 54 0 51 362 34 56
Binary 1010111 1010101 10010111 101010 101100 0 101001 11110010 11100 101110

Color Harmonies of #575597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575597

Black with #575597

Text Example


Text Example

White with #575597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575597; }

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

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

background-color css

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

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

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

border-color css

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

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

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