#5F49E3

Color #5F49E3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5F49E3

Tints of Slate Blue #5F49E3

Color information

#5F49E3 (or 0x5F49E3) is unknown color: approx Slate Blue. HEX triplet: 5F, 49 and E3. RGB value is (95,73,227). Sum of RGB (Red+Green+Blue) = 95+73+227=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #5F49E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F49E3 is #A0B61C. Grayscale: #606060. Windows color (decimal): -10532381 or 14895455. OLE color: 14895455.

HSL color Cylindrical-coordinate representation of color #5F49E3: hue angle of 248.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F49E3 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9573227-
CMYK0.580.6800.11
HSL248.57º73.33%58.82%-
HSV(B)248.57º67.84%89.02%-
XYZ20.9712.7474.03-
YUV97.13201.29126.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 227 (89.06% from 255) = 57.47%
R=24.05%
G=18.48%
B=57.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95732270.580.6800.11248.5773.3358.82
Hex5F49E33A440Bf9493b
Octal1371113437210401337111173
Binary1011111100100111100011111010100010001011111110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F49E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F49E3;
 }
 .AnyTagClassName
 {
   color: #5F49E3;
 }
</style>
background-color css

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

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

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

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

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

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