#5F4BC6

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

Shades of Slate Blue #5F4BC6

Tints of Slate Blue #5F4BC6

Color information

#5F4BC6 (or 0x5F4BC6) is unknown color: approx Slate Blue. HEX triplet: 5F, 4B and C6. RGB value is (95,75,198). Sum of RGB (Red+Green+Blue) = 95+75+198=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F4BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BC6 is #A0B439. Grayscale: #5E5E5E. Windows color (decimal): -10531898 or 12995423. OLE color: 12995423.

HSL color Cylindrical-coordinate representation of color #5F4BC6: hue angle of 249.76º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F4BC6 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9575198-
CMYK0.520.6200.22
HSL249.76º51.9%53.53%-
HSV(B)249.76º62.12%77.65%-
XYZ17.4311.5454.74-
YUV95186.13128-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 198 (77.73% from 255) = 53.80%
R=25.82%
G=20.38%
B=53.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95751980.520.6200.22249.7651.953.53
Hex5F4BC6343E016fa3436
Octal13711330664760263726466
Binary101111110010111100011011010011111001011011111010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,198); }

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

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

 a { background-color: rgb(95,75,198); }

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

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

 span { border-color: rgb(95,75,198); }

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