#565EA4

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

Shades of Rich Blue #565EA4

Tints of Rich Blue #565EA4

Color information

#565EA4 (or 0x565EA4) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and A4. RGB value is (86,94,164). Sum of RGB (Red+Green+Blue) = 86+94+164=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #565EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EA4 is #A9A15B. Grayscale: #636363. Windows color (decimal): -11116892 or 10772054. OLE color: 10772054.

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

Color convert

RGB8694164-
CMYK0.480.4300.36
HSL233.85º31.2%49.02%-
HSV(B)233.85º47.56%64.31%-
XYZ14.5412.6636.8-
YUV99.59164.35118.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=25%
G=27.33%
B=47.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86941640.480.4300.36233.8531.249.02
Hex565EA4302B024ea1f31
Octal12613624460530443523761
Binary101011010111101010010011000010101101001001110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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