#5F4ABF

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

Shades of Slate Blue #5F4ABF

Tints of Slate Blue #5F4ABF

Color information

#5F4ABF (or 0x5F4ABF) is unknown color: approx Slate Blue. HEX triplet: 5F, 4A and BF. RGB value is (95,74,191). Sum of RGB (Red+Green+Blue) = 95+74+191=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F4ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4ABF is #A0B540. Grayscale: #5D5D5D. Windows color (decimal): -10532161 or 12536415. OLE color: 12536415.

HSL color Cylindrical-coordinate representation of color #5F4ABF: hue angle of 250.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4ABF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9574191-
CMYK0.500.6100.25
HSL250.77º47.76%51.96%-
HSV(B)250.77º61.26%74.9%-
XYZ16.5711.0950.56-
YUV93.62182.96128.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 191 (75% from 255) = 53.06%
R=26.39%
G=20.56%
B=53.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95741910.500.6100.25250.7747.7651.96
Hex5F4ABF323D019fb3034
Octal13711227762750313736064
Binary101111110010101011111111001011110101100111111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,191); }

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

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

 a { background-color: rgb(95,74,191); }

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

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

 span { border-color: rgb(95,74,191); }

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