Html Css Color HEX #566ADC Royal Blue

📋 copy color: '#566ADC'

red 86 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #566ADC

Tints of Royal Blue #566ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 20.87%
G = 25.73%
B = 53.4%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#566ADC (or 0x566ADC) is known color: Royal Blue. HEX triplet: 56, 6A and DC. RGB value is (86,106,220). Sum of RGB (Red+Green+Blue) = 86+106+220=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #566ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ADC is #A99523. Grayscale: #707070. Windows color (decimal): -11113764 or 14445142. OLE color: 14445142.

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

Color convert

RGB 86 106 220 -
CMYK 0.61 0.52 0 0.14
HSL 231.04º 0.66% 0.6% -
HSV(B) 231.04º 0.61% 0.86% -
XYZ 21.91 17.45 69.92 -
YUV 113.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 86 106 220 0.61 0.52 0 0.14 231.04 0.66 0.6
Hex 56 6A DC 3D 34 0 E E7 42 3C
Octal 126 152 334 75 64 0 16 347 102 74
Binary 1010110 1101010 11011100 111101 110100 0 1110 11100111 1000010 111100

Color Harmonies of #566ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ADC

Black with #566ADC

Text Example


Text Example

White with #566ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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