#5F56C1

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

Shades of Slate Blue #5F56C1

Tints of Slate Blue #5F56C1

Color information

#5F56C1 (or 0x5F56C1) is unknown color: approx Slate Blue. HEX triplet: 5F, 56 and C1. RGB value is (95,86,193). Sum of RGB (Red+Green+Blue) = 95+86+193=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F56C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F56C1 is #A0A93E. Grayscale: #646464. Windows color (decimal): -10529087 or 12670559. OLE color: 12670559.

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

Color convert

RGB9586193-
CMYK0.510.5500.24
HSL245.05º46.32%54.71%-
HSV(B)245.05º55.44%75.69%-
XYZ17.6712.9452.02-
YUV100.89179.98123.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=25.40%
G=22.99%
B=51.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95861930.510.5500.24245.0546.3254.71
Hex5F56C13337018f52e37
Octal13712630163670303655667
Binary101111110101101100000111001111011101100011110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F56C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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