#565EA2

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

Shades of Governor Bay #565EA2

Tints of Governor Bay #565EA2

Color information

#565EA2 (or 0x565EA2) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and A2. RGB value is (86,94,162). Sum of RGB (Red+Green+Blue) = 86+94+162=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #565EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EA2 is #A9A15D. Grayscale: #636363. Windows color (decimal): -11116894 or 10640982. OLE color: 10640982.

HSL color Cylindrical-coordinate representation of color #565EA2: hue angle of 233.68º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565EA2 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8694162-
CMYK0.470.4200.36
HSL233.68º30.65%48.63%-
HSV(B)233.68º46.91%63.53%-
XYZ14.3612.5935.86-
YUV99.36163.35118.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=25.15%
G=27.49%
B=47.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86941620.470.4200.36233.6830.6548.63
Hex565EA22F2A024ea1f31
Octal12613624257520443523761
Binary101011010111101010001010111110101001001001110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,162); }

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

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

 a { background-color: rgb(86,94,162); }

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

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

 span { border-color: rgb(86,94,162); }

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