#565EDB

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

Shades of Royal Blue #565EDB

Tints of Royal Blue #565EDB

Color information

#565EDB (or 0x565EDB) is unknown color: approx Royal Blue. HEX triplet: 56, 5E and DB. RGB value is (86,94,219). Sum of RGB (Red+Green+Blue) = 86+94+219=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #565EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDB is #A9A124. Grayscale: #696969. Windows color (decimal): -11116837 or 14376534. OLE color: 14376534.

HSL color Cylindrical-coordinate representation of color #565EDB: hue angle of 236.39º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565EDB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8694219-
CMYK0.610.5700.14
HSL236.39º64.88%59.8%-
HSV(B)236.39º60.73%85.88%-
XYZ20.6315.168.84-
YUV105.86191.85113.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=21.55%
G=23.56%
B=54.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86942190.610.5700.14236.3964.8859.8
Hex565EDB3D390Eec413c
Octal126136333757101635410174
Binary101011010111101101101111110111100101110111011001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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