#565688

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

Shades of Governor Bay #565688

Tints of Governor Bay #565688

Color information

#565688 (or 0x565688) is unknown color: approx Governor Bay. HEX triplet: 56, 56 and 88. RGB value is (86,86,136). Sum of RGB (Red+Green+Blue) = 86+86+136=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #565688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565688 is #A9A977. Grayscale: #5B5B5B. Windows color (decimal): -11118968 or 8934998. OLE color: 8934998.

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

Color convert

RGB8686136-
CMYK0.370.3700.47
HSL240º22.52%43.53%-
HSV(B)240º36.76%53.33%-
XYZ11.6110.4124.69-
YUV91.7153123.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=27.92%
G=27.92%
B=44.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86861360.370.3700.4724022.5243.53
Hex565688252502Ff0172c
Octal12612621045450573602754
Binary101011010101101000100010010110010101011111111000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565688; }

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

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

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

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

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

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

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

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