#5f58c1

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

Shades of Slate Blue #5F58C1

Tints of Slate Blue #5F58C1

Color information

#5F58C1 (or 0x5F58C1) is unknown color: approx Slate Blue. HEX triplet: 5F, 58 and C1. RGB value is (95,88,193). Sum of RGB (Red+Green+Blue) = 95+88+193=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F58C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58C1 is #A0A73E. Grayscale: #656565. Windows color (decimal): -10528575 or 12671071. OLE color: 12671071.

HSL color Cylindrical-coordinate representation of color #5F58C1: hue angle of 244º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F58C1 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9588193-
CMYK0.510.5400.24
HSL244º45.85%55.1%-
HSV(B)244º54.4%75.69%-
XYZ17.8313.2652.07-
YUV102.06179.32122.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 51.33%
R=25.27%
G=23.40%
B=51.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95881930.510.5400.2424445.8555.1
Hex5F58C13336018f42e37
Octal13713030163660303645667
Binary101111110110001100000111001111011001100011110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f58c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,193); }

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

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

 a { background-color: rgb(95,88,193); }

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

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

 span { border-color: rgb(95,88,193); }

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