#565A8A

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

Shades of Governor Bay #565A8A

Tints of Governor Bay #565A8A

Color information

#565A8A (or 0x565A8A) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 8A. RGB value is (86,90,138). Sum of RGB (Red+Green+Blue) = 86+90+138=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #565A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A8A is #A9A575. Grayscale: #5E5E5E. Windows color (decimal): -11117942 or 9067094. OLE color: 9067094.

HSL color Cylindrical-coordinate representation of color #565A8A: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565A8A is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8690138-
CMYK0.380.3500.46
HSL235.38º23.21%43.92%-
HSV(B)235.38º37.68%54.12%-
XYZ12.0811.1325.56-
YUV94.28152.67122.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=27.39%
G=28.66%
B=43.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86901380.380.3500.46235.3823.2143.92
Hex565A8A262302Eeb172c
Octal12613221246430563532754
Binary101011010110101000101010011010001101011101110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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