#565689

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

Shades of Governor Bay #565689

Tints of Governor Bay #565689

Color information

#565689 (or 0x565689) is unknown color: approx Governor Bay. HEX triplet: 56, 56 and 89. RGB value is (86,86,137). Sum of RGB (Red+Green+Blue) = 86+86+137=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #565689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565689 is #A9A976. Grayscale: #5B5B5B. Windows color (decimal): -11118967 or 9000534. OLE color: 9000534.

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

Color convert

RGB8686137-
CMYK0.370.3700.46
HSL240º22.87%43.73%-
HSV(B)240º37.23%53.73%-
XYZ11.6810.4425.07-
YUV91.81153.5123.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=27.83%
G=27.83%
B=44.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86861370.370.3700.4624022.8743.73
Hex565689252502Ef0172c
Octal12612621145450563602754
Binary101011010101101000100110010110010101011101111000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565689; }

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

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

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

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

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

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

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

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