#565887

Color #565887 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #565887

Tints of Governor Bay #565887

Color information

#565887 (or 0x565887) is unknown color: approx Governor Bay. HEX triplet: 56, 58 and 87. RGB value is (86,88,135). Sum of RGB (Red+Green+Blue) = 86+88+135=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #565887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565887 is #A9A778. Grayscale: #5C5C5C. Windows color (decimal): -11118457 or 8869974. OLE color: 8869974.

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

Color convert

RGB8688135-
CMYK0.360.3500.47
HSL237.55º22.17%43.33%-
HSV(B)237.55º36.3%52.94%-
XYZ11.710.7124.37-
YUV92.76151.84123.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=27.83%
G=28.48%
B=43.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86881350.360.3500.47237.5522.1743.33
Hex565887242302Fee162b
Octal12613020744430573562653
Binary101011010110001000011110010010001101011111110111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565887; }

 p { color: rgb(86,88,135); }

 H1.HeaderClassName
 {
   color: #565887;
 }
 .AnyTagClassName
 {
   color: #565887;
 }
</style>
background-color css

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

 a { background-color: rgb(86,88,135); }

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

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

 span { border-color: rgb(86,88,135); }

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