Html Css Color HEX #5D55DB Slate Blue

📋 copy color: '#5D55DB'

red 93 ◦ green 85 ◦ blue 219

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

Shades of Slate Blue #5D55DB

Tints of Slate Blue #5D55DB

RGB

 RED value IS 93 (36.72% from 255) = 23.43%

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

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

R = 23.43%
G = 21.41%
B = 55.16%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D55DB (or 0x5D55DB) is known color: Slate Blue. HEX triplet: 5D, 55 and DB. RGB value is (93,85,219). Sum of RGB (Red+Green+Blue) = 93+85+219=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55DB is #A2AA24. Grayscale: #666666. Windows color (decimal): -10660389 or 14374237. OLE color: 14374237.

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

Color convert

RGB 93 85 219 -
CMYK 0.58 0.61 0 0.14
HSL 243.58º 0.65% 0.6% -
HSV(B) 243.58º 0.61% 0.86% -
XYZ 20.55 13.94 68.63 -
YUV 102.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 93 85 219 0.58 0.61 0 0.14 243.58 0.65 0.6
Hex 5D 55 DB 3A 3D 0 E F4 41 3C
Octal 135 125 333 72 75 0 16 364 101 74
Binary 1011101 1010101 11011011 111010 111101 0 1110 11110100 1000001 111100

Color Harmonies of #5D55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D55DB

Black with #5D55DB

Text Example


Text Example

White with #5D55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D55DB; }

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

 H1.HeaderClassName
 {
   color: #5D55DB;
 }
 .AnyTagClassName
 {
   color: #5D55DB;
 }
</style>

background-color css

<style>
 a { background-color: #5D55DB; }

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

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

border-color css

<style>
 span { border-color: #5D55DB; }

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

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