Html Css Color HEX #5564D9 Royal Blue

📋 copy color: '#5564D9'

red 85 ◦ green 100 ◦ blue 217

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

Shades of Royal Blue #5564D9

Tints of Royal Blue #5564D9

RGB

 RED value IS 85 (33.59% from 255) = 21.14%

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 217 (85.16% from 255) = 53.98%

R = 21.14%
G = 24.88%
B = 53.98%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5564D9 (or 0x5564D9) is known color: Royal Blue. HEX triplet: 55, 64 and D9. RGB value is (85,100,217). Sum of RGB (Red+Green+Blue) = 85+100+217=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #5564D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564D9 is #AA9B26. Grayscale: #6C6C6C. Windows color (decimal): -11180839 or 14246997. OLE color: 14246997.

HSL color Cylindrical-coordinate representation of color #5564D9: hue angle of 233.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5564D9 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 100 217 -
CMYK 0.61 0.54 0 0.15
HSL 233.18º 0.63% 0.59% -
HSV(B) 233.18º 0.61% 0.85% -
XYZ 20.83 16.06 67.65 -
YUV 108.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 85 100 217 0.61 0.54 0 0.15 233.18 0.63 0.59
Hex 55 64 D9 3D 36 0 F E9 3F 3B
Octal 125 144 331 75 66 0 17 351 77 73
Binary 1010101 1100100 11011001 111101 110110 0 1111 11101001 111111 111011

Color Harmonies of #5564D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564D9

Black with #5564D9

Text Example


Text Example

White with #5564D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5564D9; }

 p { color: rgb(85,100,217); }

 H1.HeaderClassName
 {
   color: #5564D9;
 }
 .AnyTagClassName
 {
   color: #5564D9;
 }
</style>

background-color css

<style>
 a { background-color: #5564D9; }

 a { background-color: rgb(85,100,217); }

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

border-color css

<style>
 span { border-color: #5564D9; }

 span { border-color: rgb(85,100,217); }

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