Html Css Color HEX #575888 Governor Bay

📋 copy color: '#575888'

red 87 ◦ green 88 ◦ blue 136

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

Shades of Governor Bay #575888

Tints of Governor Bay #575888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

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

R = 27.97%
G = 28.3%
B = 43.73%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575888 (or 0x575888) is known color: Governor Bay. HEX triplet: 57, 58 and 88. RGB value is (87,88,136). Sum of RGB (Red+Green+Blue) = 87+88+136=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #575888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575888 is #A8A777. Grayscale: #5C5C5C. Windows color (decimal): -11052920 or 8935511. OLE color: 8935511.

HSL color Cylindrical-coordinate representation of color #575888: hue angle of 238.78º 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 #575888 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 88 136 -
CMYK 0.36 0.35 0 0.47
HSL 238.78º 0.22% 0.44% -
HSV(B) 238.78º 0.36% 0.53% -
XYZ 11.86 10.78 24.75 -
YUV 93.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 87 88 136 0.36 0.35 0 0.47 238.78 0.22 0.44
Hex 57 58 88 24 23 0 2F EF 16 2C
Octal 127 130 210 44 43 0 57 357 26 54
Binary 1010111 1011000 10001000 100100 100011 0 101111 11101111 10110 101100

Color Harmonies of #575888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575888

Black with #575888

Text Example


Text Example

White with #575888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575888; }

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

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

background-color css

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

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

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

border-color css

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

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

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