#5F55C1

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

Shades of Slate Blue #5F55C1

Tints of Slate Blue #5F55C1

Color information

#5F55C1 (or 0x5F55C1) is unknown color: approx Slate Blue. HEX triplet: 5F, 55 and C1. RGB value is (95,85,193). Sum of RGB (Red+Green+Blue) = 95+85+193=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F55C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55C1 is #A0AA3E. Grayscale: #636363. Windows color (decimal): -10529343 or 12670303. OLE color: 12670303.

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

Color convert

RGB9585193-
CMYK0.510.5600.24
HSL245.56º46.55%54.51%-
HSV(B)245.56º55.96%75.69%-
XYZ17.5912.7851.99-
YUV100.3180.31124.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=25.47%
G=22.79%
B=51.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95851930.510.5600.24245.5646.5554.51
Hex5F55C13338018f62f37
Octal13712530163700303665767
Binary101111110101011100000111001111100001100011110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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