Html Css Color HEX #566ADE Royal Blue

📋 copy color: '#566ADE'

red 86 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #566ADE

Tints of Royal Blue #566ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 20.77%
G = 25.6%
B = 53.62%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#566ADE (or 0x566ADE) is known color: Royal Blue. HEX triplet: 56, 6A and DE. RGB value is (86,106,222). Sum of RGB (Red+Green+Blue) = 86+106+222=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #566ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ADE is #A99521. Grayscale: #707070. Windows color (decimal): -11113762 or 14576214. OLE color: 14576214.

HSL color Cylindrical-coordinate representation of color #566ADE: hue angle of 231.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566ADE is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 106 222 -
CMYK 0.61 0.52 0 0.13
HSL 231.18º 0.67% 0.6% -
HSV(B) 231.18º 0.61% 0.87% -
XYZ 22.18 17.56 71.33 -
YUV 113.24 189.37 108.57 -
System Red Green Blue C M Y K H S L
Decimal 86 106 222 0.61 0.52 0 0.13 231.18 0.67 0.6
Hex 56 6A DE 3D 34 0 D E7 43 3C
Octal 126 152 336 75 64 0 15 347 103 74
Binary 1010110 1101010 11011110 111101 110100 0 1101 11100111 1000011 111100

Color Harmonies of #566ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ADE

Black with #566ADE

Text Example


Text Example

White with #566ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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