#565EE5

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

Shades of Royal Blue #565EE5

Tints of Royal Blue #565EE5

Color information

#565EE5 (or 0x565EE5) is unknown color: approx Royal Blue. HEX triplet: 56, 5E and E5. RGB value is (86,94,229). Sum of RGB (Red+Green+Blue) = 86+94+229=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #565EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EE5 is #A9A11A. Grayscale: #6A6A6A. Windows color (decimal): -11116827 or 15031894. OLE color: 15031894.

HSL color Cylindrical-coordinate representation of color #565EE5: hue angle of 236.64º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565EE5 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8694229-
CMYK0.620.5900.10
HSL236.64º73.33%61.76%-
HSV(B)236.64º62.45%89.8%-
XYZ21.9815.6475.99-
YUV107196.85113.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 229 (89.84% from 255) = 55.99%
R=21.03%
G=22.98%
B=55.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86942290.620.5900.10236.6473.3361.76
Hex565EE53E3B0Aed493e
Octal126136345767301235511176
Binary101011010111101110010111111011101101010111011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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