#565b87

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

Shades of Governor Bay #565B87

Tints of Governor Bay #565B87

Color information

#565B87 (or 0x565B87) is unknown color: approx Governor Bay. HEX triplet: 56, 5B and 87. RGB value is (86,91,135). Sum of RGB (Red+Green+Blue) = 86+91+135=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #565B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B87 is #A9A478. Grayscale: #5E5E5E. Windows color (decimal): -11117689 or 8870742. OLE color: 8870742.

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

Color convert

RGB8691135-
CMYK0.360.3300.47
HSL233.88º22.17%43.33%-
HSV(B)233.88º36.3%52.94%-
XYZ11.9511.2124.46-
YUV94.52150.84121.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=27.56%
G=29.17%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86911350.360.3300.47233.8822.1743.33
Hex565B87242102Fea162b
Octal12613320744410573522653
Binary101011010110111000011110010010000101011111110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565b87; }

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

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

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

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

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

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

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

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