#5F43D5

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

Shades of Slate Blue #5F43D5

Tints of Slate Blue #5F43D5

Color information

#5F43D5 (or 0x5F43D5) is unknown color: approx Slate Blue. HEX triplet: 5F, 43 and D5. RGB value is (95,67,213). Sum of RGB (Red+Green+Blue) = 95+67+213=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F43D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F43D5 is #A0BC2A. Grayscale: #5B5B5B. Windows color (decimal): -10533931 or 13976415. OLE color: 13976415.

HSL color Cylindrical-coordinate representation of color #5F43D5: hue angle of 251.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F43D5 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9567213-
CMYK0.550.6900.16
HSL251.51º63.48%54.9%-
HSV(B)251.51º68.54%83.53%-
XYZ18.7411.2564.13-
YUV92.02196.28130.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 213 (83.59% from 255) = 56.8%
R=25.33%
G=17.87%
B=56.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95672130.550.6900.16251.5163.4854.9
Hex5F43D53745010fc3f37
Octal137103325671050203747767
Binary1011111100001111010101110111100010101000011111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F43D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,67,213); }

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

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

 a { background-color: rgb(95,67,213); }

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

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

 span { border-color: rgb(95,67,213); }

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