Html Css Color HEX #5D4DBF Slate Blue

📋 copy color: '#5D4DBF'

red 93 ◦ green 77 ◦ blue 191

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

Shades of Slate Blue #5D4DBF

Tints of Slate Blue #5D4DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 25.76%
G = 21.33%
B = 52.91%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D4DBF (or 0x5D4DBF) is known color: Slate Blue. HEX triplet: 5D, 4D and BF. RGB value is (93,77,191). Sum of RGB (Red+Green+Blue) = 93+77+191=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DBF is #A2B240. Grayscale: #5E5E5E. Windows color (decimal): -10662465 or 12537181. OLE color: 12537181.

HSL color Cylindrical-coordinate representation of color #5D4DBF: hue angle of 248.42º degrees, saturation: 0.47, 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 #5D4DBF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 77 191 -
CMYK 0.51 0.60 0 0.25
HSL 248.42º 0.47% 0.53% -
HSV(B) 248.42º 0.6% 0.75% -
XYZ 16.57 11.4 50.62 -
YUV 94.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 93 77 191 0.51 0.60 0 0.25 248.42 0.47 0.53
Hex 5D 4D BF 33 3C 0 19 F8 2F 35
Octal 135 115 277 63 74 0 31 370 57 65
Binary 1011101 1001101 10111111 110011 111100 0 11001 11111000 101111 110101

Color Harmonies of #5D4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DBF

Black with #5D4DBF

Text Example


Text Example

White with #5D4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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