Html Css Color HEX #575E88 Governor Bay

📋 copy color: '#575E88'

red 87 ◦ green 94 ◦ blue 136

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

Shades of Governor Bay #575E88

Tints of Governor Bay #575E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 27.44%
G = 29.65%
B = 42.9%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575E88 (or 0x575E88) is known color: Governor Bay. HEX triplet: 57, 5E and 88. RGB value is (87,94,136). Sum of RGB (Red+Green+Blue) = 87+94+136=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #575E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E88 is #A8A177. Grayscale: #606060. Windows color (decimal): -11051384 or 8937047. OLE color: 8937047.

HSL color Cylindrical-coordinate representation of color #575E88: hue angle of 231.43º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575E88 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 94 136 -
CMYK 0.36 0.31 0 0.47
HSL 231.43º 0.22% 0.44% -
HSV(B) 231.43º 0.36% 0.53% -
XYZ 12.38 11.81 24.92 -
YUV 96.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 87 94 136 0.36 0.31 0 0.47 231.43 0.22 0.44
Hex 57 5E 88 24 1F 0 2F E7 16 2C
Octal 127 136 210 44 37 0 57 347 26 54
Binary 1010111 1011110 10001000 100100 11111 0 101111 11100111 10110 101100

Color Harmonies of #575E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E88

Black with #575E88

Text Example


Text Example

White with #575E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E88; }

 p { color: rgb(87,94,136); }

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

background-color css

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

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

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

border-color css

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

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

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