Html Css Color HEX #566ACD Royal Blue

📋 copy color: '#566ACD'

red 86 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #566ACD

Tints of Royal Blue #566ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 21.66%
G = 26.7%
B = 51.64%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566ACD (or 0x566ACD) is known color: Royal Blue. HEX triplet: 56, 6A and CD. RGB value is (86,106,205). Sum of RGB (Red+Green+Blue) = 86+106+205=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #566ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ACD is #A99532. Grayscale: #6E6E6E. Windows color (decimal): -11113779 or 13462102. OLE color: 13462102.

HSL color Cylindrical-coordinate representation of color #566ACD: hue angle of 229.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566ACD is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 106 205 -
CMYK 0.58 0.48 0 0.20
HSL 229.92º 0.54% 0.57% -
HSV(B) 229.92º 0.58% 0.8% -
XYZ 20.01 16.69 59.93 -
YUV 111.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 86 106 205 0.58 0.48 0 0.20 229.92 0.54 0.57
Hex 56 6A CD 3A 30 0 14 E6 36 39
Octal 126 152 315 72 60 0 24 346 66 71
Binary 1010110 1101010 11001101 111010 110000 0 10100 11100110 110110 111001

Color Harmonies of #566ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ACD

Black with #566ACD

Text Example


Text Example

White with #566ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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