#565A9D

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

Shades of Governor Bay #565A9D

Tints of Governor Bay #565A9D

Color information

#565A9D (or 0x565A9D) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 9D. RGB value is (86,90,157). Sum of RGB (Red+Green+Blue) = 86+90+157=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #565A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A9D is #A9A562. Grayscale: #606060. Windows color (decimal): -11117923 or 10312278. OLE color: 10312278.

HSL color Cylindrical-coordinate representation of color #565A9D: hue angle of 236.62º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565A9D is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8690157-
CMYK0.450.4300.38
HSL236.62º29.22%47.65%-
HSV(B)236.62º45.22%61.57%-
XYZ13.5811.7333.45-
YUV96.44162.17120.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=25.83%
G=27.03%
B=47.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86901570.450.4300.38236.6229.2247.65
Hex565A9D2D2B026ed1d30
Octal12613223555530463553560
Binary101011010110101001110110110110101101001101110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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