#565a9b

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

Shades of Governor Bay #565A9B

Tints of Governor Bay #565A9B

Color information

#565A9B (or 0x565A9B) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 9B. RGB value is (86,90,155). Sum of RGB (Red+Green+Blue) = 86+90+155=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #565A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A9B is #A9A564. Grayscale: #5F5F5F. Windows color (decimal): -11117925 or 10181206. OLE color: 10181206.

HSL color Cylindrical-coordinate representation of color #565A9B: hue angle of 236.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565A9B is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8690155-
CMYK0.450.4200.39
HSL236.52º28.63%47.25%-
HSV(B)236.52º44.52%60.78%-
XYZ13.4111.6632.55-
YUV96.21161.17120.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=25.98%
G=27.19%
B=46.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86901550.450.4200.39236.5228.6347.25
Hex565A9B2D2A027ed1d2f
Octal12613223355520473553557
Binary101011010110101001101110110110101001001111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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