Html Css Color HEX #566AD6 Royal Blue

📋 copy color: '#566AD6'

red 86 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #566AD6

Tints of Royal Blue #566AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.71%

R = 21.18%
G = 26.11%
B = 52.71%

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

#566AD6 (or 0x566AD6) is known color: Royal Blue. HEX triplet: 56, 6A and D6. RGB value is (86,106,214). Sum of RGB (Red+Green+Blue) = 86+106+214=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #566AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AD6 is #A99529. Grayscale: #6F6F6F. Windows color (decimal): -11113770 or 14051926. OLE color: 14051926.

HSL color Cylindrical-coordinate representation of color #566AD6: hue angle of 230.62º degrees, saturation: 0.61, 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 #566AD6 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 106 214 -
CMYK 0.60 0.50 0 0.16
HSL 230.63º 0.61% 0.59% -
HSV(B) 230.63º 0.6% 0.84% -
XYZ 21.13 17.14 65.81 -
YUV 112.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 86 106 214 0.60 0.50 0 0.16 230.63 0.61 0.59
Hex 56 6A D6 3C 32 0 10 E7 3D 3B
Octal 126 152 326 74 62 0 20 347 75 73
Binary 1010110 1101010 11010110 111100 110010 0 10000 11100111 111101 111011

Color Harmonies of #566AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AD6

Black with #566AD6

Text Example


Text Example

White with #566AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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