Html Css Color HEX #5666DC Royal Blue

📋 copy color: '#5666DC'

red 86 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #5666DC

Tints of Royal Blue #5666DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

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

R = 21.08%
G = 25%
B = 53.92%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5666DC (or 0x5666DC) is known color: Royal Blue. HEX triplet: 56, 66 and DC. RGB value is (86,102,220). Sum of RGB (Red+Green+Blue) = 86+102+220=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #5666DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5666DC is #A99923. Grayscale: #6E6E6E. Windows color (decimal): -11114788 or 14444118. OLE color: 14444118.

HSL color Cylindrical-coordinate representation of color #5666DC: hue angle of 232.84º 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 #5666DC is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 102 220 -
CMYK 0.61 0.54 0 0.14
HSL 232.84º 0.66% 0.6% -
HSV(B) 232.84º 0.61% 0.86% -
XYZ 21.51 16.65 69.79 -
YUV 110.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 86 102 220 0.61 0.54 0 0.14 232.84 0.66 0.6
Hex 56 66 DC 3D 36 0 E E9 42 3C
Octal 126 146 334 75 66 0 16 351 102 74
Binary 1010110 1100110 11011100 111101 110110 0 1110 11101001 1000010 111100

Color Harmonies of #5666DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5666DC

Black with #5666DC

Text Example


Text Example

White with #5666DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5666DC; }

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

 H1.HeaderClassName
 {
   color: #5666DC;
 }
 .AnyTagClassName
 {
   color: #5666DC;
 }
</style>

background-color css

<style>
 a { background-color: #5666DC; }

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

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

border-color css

<style>
 span { border-color: #5666DC; }

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

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