#566BDB

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

Shades of Royal Blue #566BDB

Tints of Royal Blue #566BDB

Color information

#566BDB (or 0x566BDB) is unknown color: approx Royal Blue. HEX triplet: 56, 6B and DB. RGB value is (86,107,219). Sum of RGB (Red+Green+Blue) = 86+107+219=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #566BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BDB is #A99424. Grayscale: #717171. Windows color (decimal): -11113509 or 14379862. OLE color: 14379862.

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

Color convert

RGB86107219-
CMYK0.610.5100.14
HSL230.53º64.88%59.8%-
HSV(B)230.53º60.73%85.88%-
XYZ21.8817.6169.26-
YUV113.49187.54108.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=20.87%
G=25.97%
B=53.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861072190.610.5100.14230.5364.8859.8
Hex566BDB3D330Ee7413c
Octal126153333756301634710174
Binary101011011010111101101111110111001101110111001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566BDB; }

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

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

<style>
 a { background-color: #566BDB; }

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

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

<style>
 span { border-color: #566BDB; }

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

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