Html Css Color HEX #566ADD Royal Blue

📋 copy color: '#566ADD'

red 86 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #566ADD

Tints of Royal Blue #566ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 20.82%
G = 25.67%
B = 53.51%

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

#566ADD (or 0x566ADD) is known color: Royal Blue. HEX triplet: 56, 6A and DD. RGB value is (86,106,221). Sum of RGB (Red+Green+Blue) = 86+106+221=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #566ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ADD is #A99522. Grayscale: #707070. Windows color (decimal): -11113763 or 14510678. OLE color: 14510678.

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

Color convert

RGB 86 106 221 -
CMYK 0.61 0.52 0 0.13
HSL 231.11º 0.67% 0.6% -
HSV(B) 231.11º 0.61% 0.87% -
XYZ 22.04 17.51 70.62 -
YUV 113.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 86 106 221 0.61 0.52 0 0.13 231.11 0.67 0.6
Hex 56 6A DD 3D 34 0 D E7 43 3C
Octal 126 152 335 75 64 0 15 347 103 74
Binary 1010110 1101010 11011101 111101 110100 0 1101 11100111 1000011 111100

Color Harmonies of #566ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ADD

Black with #566ADD

Text Example


Text Example

White with #566ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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