Html Css Color HEX #566ECD Royal Blue

📋 copy color: '#566ECD'

red 86 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #566ECD

Tints of Royal Blue #566ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 21.45%
G = 27.43%
B = 51.12%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566ECD (or 0x566ECD) is known color: Royal Blue. HEX triplet: 56, 6E and CD. RGB value is (86,110,205). Sum of RGB (Red+Green+Blue) = 86+110+205=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #566ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ECD is #A99132. Grayscale: #717171. Windows color (decimal): -11112755 or 13463126. OLE color: 13463126.

HSL color Cylindrical-coordinate representation of color #566ECD: hue angle of 227.9º 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 #566ECD is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 110 205 -
CMYK 0.58 0.46 0 0.20
HSL 227.9º 0.54% 0.57% -
HSV(B) 227.9º 0.58% 0.8% -
XYZ 20.43 17.54 60.07 -
YUV 113.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 86 110 205 0.58 0.46 0 0.20 227.9 0.54 0.57
Hex 56 6E CD 3A 2E 0 14 E4 36 39
Octal 126 156 315 72 56 0 24 344 66 71
Binary 1010110 1101110 11001101 111010 101110 0 10100 11100100 110110 111001

Color Harmonies of #566ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ECD

Black with #566ECD

Text Example


Text Example

White with #566ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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