Html Css Color HEX #5548DD Slate Blue

📋 copy color: '#5548DD'

red 85 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #5548DD

Tints of Slate Blue #5548DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 22.49%
G = 19.05%
B = 58.47%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5548DD (or 0x5548DD) is known color: Slate Blue. HEX triplet: 55, 48 and DD. RGB value is (85,72,221). Sum of RGB (Red+Green+Blue) = 85+72+221=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #5548DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548DD is #AAB722. Grayscale: #5C5C5C. Windows color (decimal): -11188003 or 14501973. OLE color: 14501973.

HSL color Cylindrical-coordinate representation of color #5548DD: hue angle of 245.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5548DD is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 72 221 -
CMYK 0.62 0.67 0 0.13
HSL 245.23º 0.69% 0.57% -
HSV(B) 245.23º 0.67% 0.87% -
XYZ 19.11 11.79 69.67 -
YUV 92.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 85 72 221 0.62 0.67 0 0.13 245.23 0.69 0.57
Hex 55 48 DD 3E 43 0 D F5 45 39
Octal 125 110 335 76 103 0 15 365 105 71
Binary 1010101 1001000 11011101 111110 1000011 0 1101 11110101 1000101 111001

Color Harmonies of #5548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548DD

Black with #5548DD

Text Example


Text Example

White with #5548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5548DD; }

 p { color: rgb(85,72,221); }

 H1.HeaderClassName
 {
   color: #5548DD;
 }
 .AnyTagClassName
 {
   color: #5548DD;
 }
</style>

background-color css

<style>
 a { background-color: #5548DD; }

 a { background-color: rgb(85,72,221); }

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

border-color css

<style>
 span { border-color: #5548DD; }

 span { border-color: rgb(85,72,221); }

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