Html Css Color HEX #566ED6 Royal Blue

📋 copy color: '#566ED6'

red 86 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #566ED6

Tints of Royal Blue #566ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.2%

R = 20.98%
G = 26.83%
B = 52.2%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#566ED6 (or 0x566ED6) is known color: Royal Blue. HEX triplet: 56, 6E and D6. RGB value is (86,110,214). Sum of RGB (Red+Green+Blue) = 86+110+214=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #566ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ED6 is #A99129. Grayscale: #727272. Windows color (decimal): -11112746 or 14052950. OLE color: 14052950.

HSL color Cylindrical-coordinate representation of color #566ED6: hue angle of 228.75º degrees, saturation: 0.61, 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 #566ED6 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 110 214 -
CMYK 0.60 0.49 0 0.16
HSL 228.75º 0.61% 0.59% -
HSV(B) 228.75º 0.6% 0.84% -
XYZ 21.55 17.99 65.95 -
YUV 114.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 86 110 214 0.60 0.49 0 0.16 228.75 0.61 0.59
Hex 56 6E D6 3C 31 0 10 E5 3D 3B
Octal 126 156 326 74 61 0 20 345 75 73
Binary 1010110 1101110 11010110 111100 110001 0 10000 11100101 111101 111011

Color Harmonies of #566ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ED6

Black with #566ED6

Text Example


Text Example

White with #566ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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