Html Css Color HEX #5D59CD Slate Blue

📋 copy color: '#5D59CD'

red 93 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #5D59CD

Tints of Slate Blue #5D59CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 24.03%
G = 23%
B = 52.97%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D59CD (or 0x5D59CD) is known color: Slate Blue. HEX triplet: 5D, 59 and CD. RGB value is (93,89,205). Sum of RGB (Red+Green+Blue) = 93+89+205=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59CD is #A2A632. Grayscale: #666666. Windows color (decimal): -10659379 or 13457757. OLE color: 13457757.

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

Color convert

RGB 93 89 205 -
CMYK 0.55 0.57 0 0.20
HSL 242.07º 0.54% 0.58% -
HSV(B) 242.07º 0.57% 0.8% -
XYZ 19.11 13.88 59.43 -
YUV 103.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 93 89 205 0.55 0.57 0 0.20 242.07 0.54 0.58
Hex 5D 59 CD 37 39 0 14 F2 36 3A
Octal 135 131 315 67 71 0 24 362 66 72
Binary 1011101 1011001 11001101 110111 111001 0 10100 11110010 110110 111010

Color Harmonies of #5D59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D59CD

Black with #5D59CD

Text Example


Text Example

White with #5D59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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