#565788

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

Shades of Governor Bay #565788

Tints of Governor Bay #565788

Color information

#565788 (or 0x565788) is unknown color: approx Governor Bay. HEX triplet: 56, 57 and 88. RGB value is (86,87,136). Sum of RGB (Red+Green+Blue) = 86+87+136=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #565788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565788 is #A9A877. Grayscale: #5C5C5C. Windows color (decimal): -11118712 or 8935254. OLE color: 8935254.

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

Color convert

RGB8687136-
CMYK0.370.3600.47
HSL238.8º22.52%43.53%-
HSV(B)238.8º36.76%53.33%-
XYZ11.6910.5724.72-
YUV92.29152.67123.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=27.83%
G=28.16%
B=44.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86871360.370.3600.47238.822.5243.53
Hex565788252402Fef172c
Octal12612721045440573572754
Binary101011010101111000100010010110010001011111110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565788; }

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

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

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

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

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

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

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

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