#565A93

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

Shades of Governor Bay #565A93

Tints of Governor Bay #565A93

Color information

#565A93 (or 0x565A93) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 93. RGB value is (86,90,147). Sum of RGB (Red+Green+Blue) = 86+90+147=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #565A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A93 is #A9A56C. Grayscale: #5F5F5F. Windows color (decimal): -11117933 or 9656918. OLE color: 9656918.

HSL color Cylindrical-coordinate representation of color #565A93: hue angle of 236.07º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565A93 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8690147-
CMYK0.410.3900.42
HSL236.07º26.18%45.69%-
HSV(B)236.07º41.5%57.65%-
XYZ12.7611.429.13-
YUV95.3157.17121.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=26.63%
G=27.86%
B=45.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86901470.410.3900.42236.0726.1845.69
Hex565A93292702Aec1a2e
Octal12613222351470523543256
Binary101011010110101001001110100110011101010101110110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,90,147); }

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

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

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

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

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

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

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