Html Css Color HEX #5D50CD Slate Blue

📋 copy color: '#5D50CD'

red 93 ◦ green 80 ◦ blue 205

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

Shades of Slate Blue #5D50CD

Tints of Slate Blue #5D50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 24.6%
G = 21.16%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D50CD (or 0x5D50CD) is known color: Slate Blue. HEX triplet: 5D, 50 and CD. RGB value is (93,80,205). Sum of RGB (Red+Green+Blue) = 93+80+205=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50CD is #A2AF32. Grayscale: #616161. Windows color (decimal): -10661683 or 13455453. OLE color: 13455453.

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

Color convert

RGB 93 80 205 -
CMYK 0.55 0.61 0 0.20
HSL 246.24º 0.56% 0.56% -
HSV(B) 246.24º 0.61% 0.8% -
XYZ 18.4 12.47 59.2 -
YUV 98.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 93 80 205 0.55 0.61 0 0.20 246.24 0.56 0.56
Hex 5D 50 CD 37 3D 0 14 F6 38 38
Octal 135 120 315 67 75 0 24 366 70 70
Binary 1011101 1010000 11001101 110111 111101 0 10100 11110110 111000 111000

Color Harmonies of #5D50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D50CD

Black with #5D50CD

Text Example


Text Example

White with #5D50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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