Html Css Color HEX #566ED5 Royal Blue

📋 copy color: '#566ED5'

red 86 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #566ED5

Tints of Royal Blue #566ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 21.03%
G = 26.89%
B = 52.08%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#566ED5 (or 0x566ED5) is known color: Royal Blue. HEX triplet: 56, 6E and D5. RGB value is (86,110,213). Sum of RGB (Red+Green+Blue) = 86+110+213=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #566ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ED5 is #A9912A. Grayscale: #727272. Windows color (decimal): -11112747 or 13987414. OLE color: 13987414.

HSL color Cylindrical-coordinate representation of color #566ED5: hue angle of 228.66º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566ED5 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 110 213 -
CMYK 0.60 0.48 0 0.16
HSL 228.66º 0.6% 0.59% -
HSV(B) 228.66º 0.6% 0.84% -
XYZ 21.42 17.93 65.28 -
YUV 114.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 86 110 213 0.60 0.48 0 0.16 228.66 0.6 0.59
Hex 56 6E D5 3C 30 0 10 E5 3C 3B
Octal 126 156 325 74 60 0 20 345 74 73
Binary 1010110 1101110 11010101 111100 110000 0 10000 11100101 111100 111011

Color Harmonies of #566ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ED5

Black with #566ED5

Text Example


Text Example

White with #566ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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