Html Css Color HEX #5F4DDF Slate Blue

📋 copy color: '#5F4DDF'

red 95 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #5F4DDF

Tints of Slate Blue #5F4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 24.05%
G = 19.49%
B = 56.46%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F4DDF (or 0x5F4DDF) is known color: Slate Blue. HEX triplet: 5F, 4D and DF. RGB value is (95,77,223). Sum of RGB (Red+Green+Blue) = 95+77+223=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DDF is #A0B220. Grayscale: #626262. Windows color (decimal): -10531361 or 14634335. OLE color: 14634335.

HSL color Cylindrical-coordinate representation of color #5F4DDF: hue angle of 247.4º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F4DDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 77 223 -
CMYK 0.57 0.65 0 0.13
HSL 247.4º 0.7% 0.59% -
HSV(B) 247.4º 0.65% 0.87% -
XYZ 20.69 13.07 71.24 -
YUV 99.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 95 77 223 0.57 0.65 0 0.13 247.4 0.7 0.59
Hex 5F 4D DF 39 41 0 D F7 46 3B
Octal 137 115 337 71 101 0 15 367 106 73
Binary 1011111 1001101 11011111 111001 1000001 0 1101 11110111 1000110 111011

Color Harmonies of #5F4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4DDF

Black with #5F4DDF

Text Example


Text Example

White with #5F4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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