#565790

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

Shades of Governor Bay #565790

Tints of Governor Bay #565790

Color information

#565790 (or 0x565790) is unknown color: approx Governor Bay. HEX triplet: 56, 57 and 90. RGB value is (86,87,144). Sum of RGB (Red+Green+Blue) = 86+87+144=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #565790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565790 is #A9A86F. Grayscale: #5C5C5C. Windows color (decimal): -11118704 or 9459542. OLE color: 9459542.

HSL color Cylindrical-coordinate representation of color #565790: hue angle of 238.97º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565790 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8687144-
CMYK0.400.4000.44
HSL238.97º25.22%45.1%-
HSV(B)238.97º40.28%56.47%-
XYZ12.2810.8127.82-
YUV93.2156.67122.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=27.13%
G=27.44%
B=45.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86871440.400.4000.44238.9725.2245.1
Hex565790282802Cef192d
Octal12612722050500543573155
Binary101011010101111001000010100010100001011001110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565790; }

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

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

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

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

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

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

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

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