#5F4CE4

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

Shades of Slate Blue #5F4CE4

Tints of Slate Blue #5F4CE4

Color information

#5F4CE4 (or 0x5F4CE4) is unknown color: approx Slate Blue. HEX triplet: 5F, 4C and E4. RGB value is (95,76,228). Sum of RGB (Red+Green+Blue) = 95+76+228=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5F4CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4CE4 is #A0B31B. Grayscale: #626262. Windows color (decimal): -10531612 or 14961759. OLE color: 14961759.

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

Color convert

RGB9576228-
CMYK0.580.6700.11
HSL247.5º73.79%59.61%-
HSV(B)247.5º66.67%89.41%-
XYZ21.3113.274.82-
YUV99.01200.79125.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=23.81%
G=19.05%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95762280.580.6700.11247.573.7959.61
Hex5F4CE43A430Bf84a3c
Octal1371143447210301337011274
Binary1011111100110011100100111010100001101011111110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,228); }

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

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

 a { background-color: rgb(95,76,228); }

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

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

 span { border-color: rgb(95,76,228); }

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