#565C88

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

Shades of Governor Bay #565C88

Tints of Governor Bay #565C88

Color information

#565C88 (or 0x565C88) is unknown color: approx Governor Bay. HEX triplet: 56, 5C and 88. RGB value is (86,92,136). Sum of RGB (Red+Green+Blue) = 86+92+136=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #565C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C88 is #A9A377. Grayscale: #5F5F5F. Windows color (decimal): -11117432 or 8936534. OLE color: 8936534.

HSL color Cylindrical-coordinate representation of color #565C88: hue angle of 232.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 #565C88 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8692136-
CMYK0.370.3200.47
HSL232.8º22.52%43.53%-
HSV(B)232.8º36.76%53.33%-
XYZ12.1111.4124.86-
YUV95.22151.01121.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=27.39%
G=29.30%
B=43.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86921360.370.3200.47232.822.5243.53
Hex565C88252002Fe9172c
Octal12613421045400573512754
Binary101011010111001000100010010110000001011111110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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