Html Css Color HEX #5553DB Slate Blue

📋 copy color: '#5553DB'

red 85 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #5553DB

Tints of Slate Blue #5553DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 21.96%
G = 21.45%
B = 56.59%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5553DB (or 0x5553DB) is known color: Slate Blue. HEX triplet: 55, 53 and DB. RGB value is (85,83,219). Sum of RGB (Red+Green+Blue) = 85+83+219=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5553DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553DB is #AAAC24. Grayscale: #626262. Windows color (decimal): -11185189 or 14373717. OLE color: 14373717.

HSL color Cylindrical-coordinate representation of color #5553DB: hue angle of 240.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5553DB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 83 219 -
CMYK 0.61 0.62 0 0.14
HSL 240.88º 0.65% 0.59% -
HSV(B) 240.88º 0.62% 0.86% -
XYZ 19.63 13.23 68.54 -
YUV 99.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 85 83 219 0.61 0.62 0 0.14 240.88 0.65 0.59
Hex 55 53 DB 3D 3E 0 E F1 41 3B
Octal 125 123 333 75 76 0 16 361 101 73
Binary 1010101 1010011 11011011 111101 111110 0 1110 11110001 1000001 111011

Color Harmonies of #5553DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5553DB

Black with #5553DB

Text Example


Text Example

White with #5553DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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