Html Css Color HEX #5D52CD Slate Blue

📋 copy color: '#5D52CD'

red 93 ◦ green 82 ◦ blue 205

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

Shades of Slate Blue #5D52CD

Tints of Slate Blue #5D52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 24.47%
G = 21.58%
B = 53.95%

CMYK

 C value IS 0.55

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D52CD (or 0x5D52CD) is known color: Slate Blue. HEX triplet: 5D, 52 and CD. RGB value is (93,82,205). Sum of RGB (Red+Green+Blue) = 93+82+205=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52CD is #A2AD32. Grayscale: #626262. Windows color (decimal): -10661171 or 13455965. OLE color: 13455965.

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

Color convert

RGB 93 82 205 -
CMYK 0.55 0.6 0 0.20
HSL 245.37º 0.55% 0.56% -
HSV(B) 245.37º 0.6% 0.8% -
XYZ 18.55 12.77 59.24 -
YUV 99.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 93 82 205 0.55 0.6 0 0.20 245.37 0.55 0.56
Hex 5D 52 CD 37 3C 0 14 F5 37 38
Octal 135 122 315 67 74 0 24 365 67 70
Binary 1011101 1010010 11001101 110111 111100 0 10100 11110101 110111 111000

Color Harmonies of #5D52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D52CD

Black with #5D52CD

Text Example


Text Example

White with #5D52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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