Html Css Color HEX #566AD0 Royal Blue

📋 copy color: '#566AD0'

red 86 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #566AD0

Tints of Royal Blue #566AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52%

R = 21.5%
G = 26.5%
B = 52%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#566AD0 (or 0x566AD0) is known color: Royal Blue. HEX triplet: 56, 6A and D0. RGB value is (86,106,208). Sum of RGB (Red+Green+Blue) = 86+106+208=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #566AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AD0 is #A9952F. Grayscale: #6F6F6F. Windows color (decimal): -11113776 or 13658710. OLE color: 13658710.

HSL color Cylindrical-coordinate representation of color #566AD0: hue angle of 230.16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566AD0 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 106 208 -
CMYK 0.59 0.49 0 0.18
HSL 230.16º 0.56% 0.58% -
HSV(B) 230.16º 0.59% 0.82% -
XYZ 20.38 16.84 61.85 -
YUV 111.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 86 106 208 0.59 0.49 0 0.18 230.16 0.56 0.58
Hex 56 6A D0 3B 31 0 12 E6 38 3A
Octal 126 152 320 73 61 0 22 346 70 72
Binary 1010110 1101010 11010000 111011 110001 0 10010 11100110 111000 111010

Color Harmonies of #566AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AD0

Black with #566AD0

Text Example


Text Example

White with #566AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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