#565FDB

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

Shades of Royal Blue #565FDB

Tints of Royal Blue #565FDB

Color information

#565FDB (or 0x565FDB) is unknown color: approx Royal Blue. HEX triplet: 56, 5F and DB. RGB value is (86,95,219). Sum of RGB (Red+Green+Blue) = 86+95+219=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #565FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FDB is #A9A024. Grayscale: #696969. Windows color (decimal): -11116581 or 14376790. OLE color: 14376790.

HSL color Cylindrical-coordinate representation of color #565FDB: hue angle of 235.94º 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 #565FDB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8695219-
CMYK0.610.5700.14
HSL235.94º64.88%59.8%-
HSV(B)235.94º60.73%85.88%-
XYZ20.7215.2868.87-
YUV106.44191.52113.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 219 (85.94% from 255) = 54.75%
R=21.5%
G=23.75%
B=54.75%

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
Decimal86952190.610.5700.14235.9464.8859.8
Hex565FDB3D390Eec413c
Octal126137333757101635410174
Binary101011010111111101101111110111100101110111011001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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