#565A94

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

Shades of Governor Bay #565A94

Tints of Governor Bay #565A94

Color information

#565A94 (or 0x565A94) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 94. RGB value is (86,90,148). Sum of RGB (Red+Green+Blue) = 86+90+148=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #565A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A94 is #A9A56B. Grayscale: #5F5F5F. Windows color (decimal): -11117932 or 9722454. OLE color: 9722454.

HSL color Cylindrical-coordinate representation of color #565A94: hue angle of 236.13º degrees, saturation: 0.26, 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 #565A94 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8690148-
CMYK0.420.3900.42
HSL236.13º26.5%45.88%-
HSV(B)236.13º41.89%58.04%-
XYZ12.8411.4329.55-
YUV95.42157.67121.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=26.54%
G=27.78%
B=45.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86901480.420.3900.42236.1326.545.88
Hex565A942A2702Aec1a2e
Octal12613222452470523543256
Binary101011010110101001010010101010011101010101110110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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