Html Css Color HEX #5D54DC Slate Blue

📋 copy color: '#5D54DC'

red 93 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #5D54DC

Tints of Slate Blue #5D54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 23.43%
G = 21.16%
B = 55.42%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D54DC (or 0x5D54DC) is known color: Slate Blue. HEX triplet: 5D, 54 and DC. RGB value is (93,84,220). Sum of RGB (Red+Green+Blue) = 93+84+220=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54DC is #A2AB23. Grayscale: #656565. Windows color (decimal): -10660644 or 14439517. OLE color: 14439517.

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

Color convert

RGB 93 84 220 -
CMYK 0.58 0.62 0 0.14
HSL 243.97º 0.66% 0.6% -
HSV(B) 243.97º 0.62% 0.86% -
XYZ 20.6 13.84 69.29 -
YUV 102.2 194.48 121.44 -
System Red Green Blue C M Y K H S L
Decimal 93 84 220 0.58 0.62 0 0.14 243.97 0.66 0.6
Hex 5D 54 DC 3A 3E 0 E F4 42 3C
Octal 135 124 334 72 76 0 16 364 102 74
Binary 1011101 1010100 11011100 111010 111110 0 1110 11110100 1000010 111100

Color Harmonies of #5D54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54DC

Black with #5D54DC

Text Example


Text Example

White with #5D54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,84,220); }

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

background-color css

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

 a { background-color: rgb(93,84,220); }

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

border-color css

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

 span { border-color: rgb(93,84,220); }

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