#565DE5

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

Shades of Royal Blue #565DE5

Tints of Royal Blue #565DE5

Color information

#565DE5 (or 0x565DE5) is unknown color: approx Royal Blue. HEX triplet: 56, 5D and E5. RGB value is (86,93,229). Sum of RGB (Red+Green+Blue) = 86+93+229=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #565DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DE5 is #A9A21A. Grayscale: #696969. Windows color (decimal): -11117083 or 15031638. OLE color: 15031638.

HSL color Cylindrical-coordinate representation of color #565DE5: hue angle of 237.06º 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 #565DE5 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8693229-
CMYK0.620.5900.10
HSL237.06º73.33%61.76%-
HSV(B)237.06º62.45%89.8%-
XYZ21.8915.4675.96-
YUV106.41197.18113.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 229 (89.84% from 255) = 56.13%
R=21.08%
G=22.79%
B=56.13%

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
Decimal86932290.620.5900.10237.0673.3361.76
Hex565DE53E3B0Aed493e
Octal126135345767301235511176
Binary101011010111011110010111111011101101010111011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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