#565EA6

Color #565EA6 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #565EA6

Tints of Rich Blue #565EA6

Color information

#565EA6 (or 0x565EA6) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and A6. RGB value is (86,94,166). Sum of RGB (Red+Green+Blue) = 86+94+166=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #565EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EA6 is #A9A159. Grayscale: #636363. Windows color (decimal): -11116890 or 10903126. OLE color: 10903126.

HSL color Cylindrical-coordinate representation of color #565EA6: hue angle of 234º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565EA6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8694166-
CMYK0.480.4300.35
HSL234º31.75%49.41%-
HSV(B)234º48.19%65.1%-
XYZ14.7212.7437.76-
YUV99.82165.35118.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=24.86%
G=27.17%
B=47.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86941660.480.4300.3523431.7549.41
Hex565EA6302B023ea2031
Octal12613624660530433524061
Binary1010110101111010100110110000101011010001111101010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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