Html Css Color HEX #5553DD Slate Blue

📋 copy color: '#5553DD'

red 85 ◦ green 83 ◦ blue 221

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

Shades of Slate Blue #5553DD

Tints of Slate Blue #5553DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 21.85%
G = 21.34%
B = 56.81%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5553DD (or 0x5553DD) is known color: Slate Blue. HEX triplet: 55, 53 and DD. RGB value is (85,83,221). Sum of RGB (Red+Green+Blue) = 85+83+221=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #5553DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553DD is #AAAC22. Grayscale: #626262. Windows color (decimal): -11185187 or 14504789. OLE color: 14504789.

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

Color convert

RGB 85 83 221 -
CMYK 0.62 0.62 0 0.13
HSL 240.87º 0.67% 0.6% -
HSV(B) 240.87º 0.62% 0.87% -
XYZ 19.89 13.34 69.93 -
YUV 99.33 196.66 117.78 -
System Red Green Blue C M Y K H S L
Decimal 85 83 221 0.62 0.62 0 0.13 240.87 0.67 0.6
Hex 55 53 DD 3E 3E 0 D F1 43 3C
Octal 125 123 335 76 76 0 15 361 103 74
Binary 1010101 1010011 11011101 111110 111110 0 1101 11110001 1000011 111100

Color Harmonies of #5553DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5553DD

Black with #5553DD

Text Example


Text Example

White with #5553DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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