Html Css Color HEX #5549D5 Slate Blue

📋 copy color: '#5549D5'

red 85 ◦ green 73 ◦ blue 213

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

Shades of Slate Blue #5549D5

Tints of Slate Blue #5549D5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 22.91%
G = 19.68%
B = 57.41%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5549D5 (or 0x5549D5) is known color: Slate Blue. HEX triplet: 55, 49 and D5. RGB value is (85,73,213). Sum of RGB (Red+Green+Blue) = 85+73+213=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #5549D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549D5 is #AAB62A. Grayscale: #5C5C5C. Windows color (decimal): -11187755 or 13977941. OLE color: 13977941.

HSL color Cylindrical-coordinate representation of color #5549D5: hue angle of 245.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5549D5 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 73 213 -
CMYK 0.60 0.66 0 0.16
HSL 245.14º 0.63% 0.56% -
HSV(B) 245.14º 0.66% 0.84% -
XYZ 18.14 11.5 64.21 -
YUV 92.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 85 73 213 0.60 0.66 0 0.16 245.14 0.63 0.56
Hex 55 49 D5 3C 42 0 10 F5 3E 38
Octal 125 111 325 74 102 0 20 365 76 70
Binary 1010101 1001001 11010101 111100 1000010 0 10000 11110101 111110 111000

Color Harmonies of #5549D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5549D5

Black with #5549D5

Text Example


Text Example

White with #5549D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5549D5; }

 p { color: rgb(85,73,213); }

 H1.HeaderClassName
 {
   color: #5549D5;
 }
 .AnyTagClassName
 {
   color: #5549D5;
 }
</style>

background-color css

<style>
 a { background-color: #5549D5; }

 a { background-color: rgb(85,73,213); }

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

border-color css

<style>
 span { border-color: #5549D5; }

 span { border-color: rgb(85,73,213); }

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