Html Css Color HEX #5D4CC0 Slate Blue

📋 copy color: '#5D4CC0'

red 93 ◦ green 76 ◦ blue 192

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

Shades of Slate Blue #5D4CC0

Tints of Slate Blue #5D4CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 25.76%
G = 21.05%
B = 53.19%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D4CC0 (or 0x5D4CC0) is known color: Slate Blue. HEX triplet: 5D, 4C and C0. RGB value is (93,76,192). Sum of RGB (Red+Green+Blue) = 93+76+192=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CC0 is #A2B33F. Grayscale: #5D5D5D. Windows color (decimal): -10662720 or 12602461. OLE color: 12602461.

HSL color Cylindrical-coordinate representation of color #5D4CC0: hue angle of 248.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D4CC0 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 76 192 -
CMYK 0.52 0.60 0 0.25
HSL 248.79º 0.48% 0.53% -
HSV(B) 248.79º 0.6% 0.75% -
XYZ 16.61 11.3 51.18 -
YUV 94.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 93 76 192 0.52 0.60 0 0.25 248.79 0.48 0.53
Hex 5D 4C C0 34 3C 0 19 F9 30 35
Octal 135 114 300 64 74 0 31 371 60 65
Binary 1011101 1001100 11000000 110100 111100 0 11001 11111001 110000 110101

Color Harmonies of #5D4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CC0

Black with #5D4CC0

Text Example


Text Example

White with #5D4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,76,192); }

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

background-color css

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

 a { background-color: rgb(93,76,192); }

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

border-color css

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

 span { border-color: rgb(93,76,192); }

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