Html Css Color HEX #5F4DBF Slate Blue

📋 copy color: '#5F4DBF'

red 95 ◦ green 77 ◦ blue 191

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

Shades of Slate Blue #5F4DBF

Tints of Slate Blue #5F4DBF

RGB

 RED value IS 95 (37.5% from 255) = 26.17%

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

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

R = 26.17%
G = 21.21%
B = 52.62%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F4DBF (or 0x5F4DBF) is known color: Slate Blue. HEX triplet: 5F, 4D and BF. RGB value is (95,77,191). Sum of RGB (Red+Green+Blue) = 95+77+191=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 77 (30.47% from 255 or 21.21% 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 #5F4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DBF is #A0B240. Grayscale: #5E5E5E. Windows color (decimal): -10531393 or 12537183. OLE color: 12537183.

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

Color convert

RGB 95 77 191 -
CMYK 0.50 0.60 0 0.25
HSL 249.47º 0.47% 0.53% -
HSV(B) 249.47º 0.6% 0.75% -
XYZ 16.78 11.5 50.63 -
YUV 95.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 95 77 191 0.50 0.60 0 0.25 249.47 0.47 0.53
Hex 5F 4D BF 32 3C 0 19 F9 2F 35
Octal 137 115 277 62 74 0 31 371 57 65
Binary 1011111 1001101 10111111 110010 111100 0 11001 11111001 101111 110101

Color Harmonies of #5F4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4DBF

Black with #5F4DBF

Text Example


Text Example

White with #5F4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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