Html Css Color HEX #566AD5 Royal Blue

📋 copy color: '#566AD5'

red 86 ◦ green 106 ◦ blue 213

#566AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #566AD5

Tints of Royal Blue #566AD5

RGB

 RED value IS 86 (33.98% from 255) = 21.23%

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 21.23%
G = 26.17%
B = 52.59%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#566AD5 (or 0x566AD5) is known color: Royal Blue. HEX triplet: 56, 6A and D5. RGB value is (86,106,213). Sum of RGB (Red+Green+Blue) = 86+106+213=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #566AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AD5 is #A9952A. Grayscale: #6F6F6F. Windows color (decimal): -11113771 or 13986390. OLE color: 13986390.

HSL color Cylindrical-coordinate representation of color #566AD5: hue angle of 230.55º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566AD5 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 106 213 -
CMYK 0.60 0.50 0 0.16
HSL 230.55º 0.6% 0.59% -
HSV(B) 230.55º 0.6% 0.84% -
XYZ 21 17.09 65.14 -
YUV 112.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 86 106 213 0.60 0.50 0 0.16 230.55 0.6 0.59
Hex 56 6A D5 3C 32 0 10 E7 3C 3B
Octal 126 152 325 74 62 0 20 347 74 73
Binary 1010110 1101010 11010101 111100 110010 0 10000 11100111 111100 111011

Color Harmonies of #566AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AD5

Black with #566AD5

Text Example


Text Example

White with #566AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,213); }

 H1.HeaderClassName
 {
   color: #566AD5;
 }
 .AnyTagClassName
 {
   color: #566AD5;
 }
</style>

background-color css

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

 a { background-color: rgb(86,106,213); }

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

border-color css

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

 span { border-color: rgb(86,106,213); }

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