Html Css Color HEX #5F49DC Slate Blue

📋 copy color: '#5F49DC'

red 95 ◦ green 73 ◦ blue 220

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

Shades of Slate Blue #5F49DC

Tints of Slate Blue #5F49DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

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

R = 24.48%
G = 18.81%
B = 56.7%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F49DC (or 0x5F49DC) is known color: Slate Blue. HEX triplet: 5F, 49 and DC. RGB value is (95,73,220). Sum of RGB (Red+Green+Blue) = 95+73+220=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F49DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F49DC is #A0B623. Grayscale: #5F5F5F. Windows color (decimal): -10532388 or 14436703. OLE color: 14436703.

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

Color convert

RGB 95 73 220 -
CMYK 0.57 0.67 0 0.14
HSL 248.98º 0.68% 0.57% -
HSV(B) 248.98º 0.67% 0.86% -
XYZ 20.02 12.37 69.04 -
YUV 96.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 95 73 220 0.57 0.67 0 0.14 248.98 0.68 0.57
Hex 5F 49 DC 39 43 0 E F9 44 39
Octal 137 111 334 71 103 0 16 371 104 71
Binary 1011111 1001001 11011100 111001 1000011 0 1110 11111001 1000100 111001

Color Harmonies of #5F49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F49DC

Black with #5F49DC

Text Example


Text Example

White with #5F49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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