#5F3460

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

Shades of Seance #5F3460

Tints of Seance #5F3460

Color information

#5F3460 (or 0x5F3460) is unknown color: approx Seance. HEX triplet: 5F, 34 and 60. RGB value is (95,52,96). Sum of RGB (Red+Green+Blue) = 95+52+96=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F3460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3460 is #A0CB9F. Grayscale: #454545. Windows color (decimal): -10537888 or 6304863. OLE color: 6304863.

HSL color Cylindrical-coordinate representation of color #5F3460: hue angle of 298.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3460 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB955296-
CMYK0.010.4600.62
HSL298.64º29.73%29.02%-
HSV(B)298.64º45.83%37.65%-
XYZ8.065.7311.75-
YUV69.87142.75145.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=39.09%
G=21.40%
B=39.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9552960.010.4600.62298.6429.7329.02
Hex5F346012E03E12b1e1d
Octal137641401560764533635
Binary10111111101001100000110111001111101001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,52,96); }

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

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

 a { background-color: rgb(95,52,96); }

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

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

 span { border-color: rgb(95,52,96); }

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