Html Css Color HEX #5D4FBF Slate Blue

📋 copy color: '#5D4FBF'

red 93 ◦ green 79 ◦ blue 191

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

Shades of Slate Blue #5D4FBF

Tints of Slate Blue #5D4FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 25.62%
G = 21.76%
B = 52.62%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D4FBF (or 0x5D4FBF) is known color: Slate Blue. HEX triplet: 5D, 4F and BF. RGB value is (93,79,191). Sum of RGB (Red+Green+Blue) = 93+79+191=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D4FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FBF is #A2B040. Grayscale: #5F5F5F. Windows color (decimal): -10661953 or 12537693. OLE color: 12537693.

HSL color Cylindrical-coordinate representation of color #5D4FBF: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4FBF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 79 191 -
CMYK 0.51 0.59 0 0.25
HSL 247.5º 0.47% 0.53% -
HSV(B) 247.5º 0.59% 0.75% -
XYZ 16.71 11.68 50.66 -
YUV 95.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 93 79 191 0.51 0.59 0 0.25 247.5 0.47 0.53
Hex 5D 4F BF 33 3B 0 19 F8 2F 35
Octal 135 117 277 63 73 0 31 370 57 65
Binary 1011101 1001111 10111111 110011 111011 0 11001 11111000 101111 110101

Color Harmonies of #5D4FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4FBF

Black with #5D4FBF

Text Example


Text Example

White with #5D4FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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