Html Css Color HEX #5D4DCB Slate Blue

📋 copy color: '#5D4DCB'

red 93 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #5D4DCB

Tints of Slate Blue #5D4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 24.93%
G = 20.64%
B = 54.42%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D4DCB (or 0x5D4DCB) is known color: Slate Blue. HEX triplet: 5D, 4D and CB. RGB value is (93,77,203). Sum of RGB (Red+Green+Blue) = 93+77+203=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DCB is #A2B234. Grayscale: #5F5F5F. Windows color (decimal): -10662453 or 13323613. OLE color: 13323613.

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

Color convert

RGB 93 77 203 -
CMYK 0.54 0.62 0 0.20
HSL 247.62º 0.55% 0.55% -
HSV(B) 247.62º 0.62% 0.8% -
XYZ 17.95 11.95 57.86 -
YUV 96.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 93 77 203 0.54 0.62 0 0.20 247.62 0.55 0.55
Hex 5D 4D CB 36 3E 0 14 F8 37 37
Octal 135 115 313 66 76 0 24 370 67 67
Binary 1011101 1001101 11001011 110110 111110 0 10100 11111000 110111 110111

Color Harmonies of #5D4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DCB

Black with #5D4DCB

Text Example


Text Example

White with #5D4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,203); }

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

background-color css

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

 a { background-color: rgb(93,77,203); }

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

border-color css

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

 span { border-color: rgb(93,77,203); }

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