Html Css Color HEX #5F3EDC Slate Blue

📋 copy color: '#5F3EDC'

red 95 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #5F3EDC

Tints of Slate Blue #5F3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

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

R = 25.2%
G = 16.45%
B = 58.36%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F3EDC (or 0x5F3EDC) is known color: Slate Blue. HEX triplet: 5F, 3E and DC. RGB value is (95,62,220). Sum of RGB (Red+Green+Blue) = 95+62+220=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F3EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3EDC is #A0C123. Grayscale: #595959. Windows color (decimal): -10535204 or 14433887. OLE color: 14433887.

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

Color convert

RGB 95 62 220 -
CMYK 0.57 0.72 0 0.14
HSL 252.53º 0.69% 0.55% -
HSV(B) 252.53º 0.72% 0.86% -
XYZ 19.36 11.05 68.82 -
YUV 89.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 95 62 220 0.57 0.72 0 0.14 252.53 0.69 0.55
Hex 5F 3E DC 39 48 0 E FD 45 37
Octal 137 76 334 71 110 0 16 375 105 67
Binary 1011111 111110 11011100 111001 1001000 0 1110 11111101 1000101 110111

Color Harmonies of #5F3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3EDC

Black with #5F3EDC

Text Example


Text Example

White with #5F3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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