#565A95

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

Shades of Governor Bay #565A95

Tints of Governor Bay #565A95

Color information

#565A95 (or 0x565A95) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 95. RGB value is (86,90,149). Sum of RGB (Red+Green+Blue) = 86+90+149=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #565A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A95 is #A9A56A. Grayscale: #5F5F5F. Windows color (decimal): -11117931 or 9787990. OLE color: 9787990.

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

Color convert

RGB8690149-
CMYK0.420.4000.42
HSL236.19º26.81%46.08%-
HSV(B)236.19º42.28%58.43%-
XYZ12.9211.4629.97-
YUV95.53158.17121.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=26.46%
G=27.69%
B=45.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86901490.420.4000.42236.1926.8146.08
Hex565A952A2802Aec1b2e
Octal12613222552500523543356
Binary101011010110101001010110101010100001010101110110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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