Html Css Color HEX #5D54CD Slate Blue

📋 copy color: '#5D54CD'

red 93 ◦ green 84 ◦ blue 205

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

Shades of Slate Blue #5D54CD

Tints of Slate Blue #5D54CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 24.35%
G = 21.99%
B = 53.66%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D54CD (or 0x5D54CD) is known color: Slate Blue. HEX triplet: 5D, 54 and CD. RGB value is (93,84,205). Sum of RGB (Red+Green+Blue) = 93+84+205=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54CD is #A2AB32. Grayscale: #646464. Windows color (decimal): -10660659 or 13456477. OLE color: 13456477.

HSL color Cylindrical-coordinate representation of color #5D54CD: hue angle of 244.46º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D54CD is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 84 205 -
CMYK 0.55 0.59 0 0.20
HSL 244.46º 0.55% 0.57% -
HSV(B) 244.46º 0.59% 0.8% -
XYZ 18.7 13.08 59.3 -
YUV 100.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 93 84 205 0.55 0.59 0 0.20 244.46 0.55 0.57
Hex 5D 54 CD 37 3B 0 14 F4 37 39
Octal 135 124 315 67 73 0 24 364 67 71
Binary 1011101 1010100 11001101 110111 111011 0 10100 11110100 110111 111001

Color Harmonies of #5D54CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54CD

Black with #5D54CD

Text Example


Text Example

White with #5D54CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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