Html Css Color HEX #5F4EDC Slate Blue

📋 copy color: '#5F4EDC'

red 95 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #5F4EDC

Tints of Slate Blue #5F4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 24.17%
G = 19.85%
B = 55.98%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F4EDC (or 0x5F4EDC) is known color: Slate Blue. HEX triplet: 5F, 4E and DC. RGB value is (95,78,220). Sum of RGB (Red+Green+Blue) = 95+78+220=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4EDC is #A0B123. Grayscale: #626262. Windows color (decimal): -10531108 or 14437983. OLE color: 14437983.

HSL color Cylindrical-coordinate representation of color #5F4EDC: hue angle of 247.18º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F4EDC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 78 220 -
CMYK 0.57 0.65 0 0.14
HSL 247.18º 0.67% 0.58% -
HSV(B) 247.18º 0.65% 0.86% -
XYZ 20.36 13.05 69.16 -
YUV 99.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 95 78 220 0.57 0.65 0 0.14 247.18 0.67 0.58
Hex 5F 4E DC 39 41 0 E F7 43 3A
Octal 137 116 334 71 101 0 16 367 103 72
Binary 1011111 1001110 11011100 111001 1000001 0 1110 11110111 1000011 111010

Color Harmonies of #5F4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4EDC

Black with #5F4EDC

Text Example


Text Example

White with #5F4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,78,220); }

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

background-color css

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

 a { background-color: rgb(95,78,220); }

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

border-color css

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

 span { border-color: rgb(95,78,220); }

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