#565588

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

Shades of Governor Bay #565588

Tints of Governor Bay #565588

Color information

#565588 (or 0x565588) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 88. RGB value is (86,85,136). Sum of RGB (Red+Green+Blue) = 86+85+136=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #565588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565588 is #A9AA77. Grayscale: #5A5A5A. Windows color (decimal): -11119224 or 8934742. OLE color: 8934742.

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

Color convert

RGB8685136-
CMYK0.370.3800.47
HSL241.18º23.08%43.33%-
HSV(B)241.18º37.5%53.33%-
XYZ11.5310.2524.66-
YUV91.11153.33124.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=28.01%
G=27.69%
B=44.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86851360.370.3800.47241.1823.0843.33
Hex565588252602Ff1172b
Octal12612521045460573612753
Binary101011010101011000100010010110011001011111111000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565588; }

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

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

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

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

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

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

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

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