Html Css Color HEX #5561D7 Royal Blue

📋 copy color: '#5561D7'

red 85 ◦ green 97 ◦ blue 215

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

Shades of Royal Blue #5561D7

Tints of Royal Blue #5561D7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 215 (84.38% from 255) = 54.16%

R = 21.41%
G = 24.43%
B = 54.16%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5561D7 (or 0x5561D7) is known color: Royal Blue. HEX triplet: 55, 61 and D7. RGB value is (85,97,215). Sum of RGB (Red+Green+Blue) = 85+97+215=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #5561D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561D7 is #AA9E28. Grayscale: #6A6A6A. Windows color (decimal): -11181609 or 14115157. OLE color: 14115157.

HSL color Cylindrical-coordinate representation of color #5561D7: hue angle of 234.46º degrees, saturation: 0.62, 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 #5561D7 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 97 215 -
CMYK 0.60 0.55 0 0.16
HSL 234.46º 0.62% 0.59% -
HSV(B) 234.46º 0.6% 0.84% -
XYZ 20.29 15.39 66.19 -
YUV 106.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 85 97 215 0.60 0.55 0 0.16 234.46 0.62 0.59
Hex 55 61 D7 3C 37 0 10 EA 3E 3B
Octal 125 141 327 74 67 0 20 352 76 73
Binary 1010101 1100001 11010111 111100 110111 0 10000 11101010 111110 111011

Color Harmonies of #5561D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5561D7

Black with #5561D7

Text Example


Text Example

White with #5561D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5561D7; }

 p { color: rgb(85,97,215); }

 H1.HeaderClassName
 {
   color: #5561D7;
 }
 .AnyTagClassName
 {
   color: #5561D7;
 }
</style>

background-color css

<style>
 a { background-color: #5561D7; }

 a { background-color: rgb(85,97,215); }

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

border-color css

<style>
 span { border-color: #5561D7; }

 span { border-color: rgb(85,97,215); }

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