#5F186E

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

Shades of Seance #5F186E

Tints of Seance #5F186E

Color information

#5F186E (or 0x5F186E) is unknown color: approx Seance. HEX triplet: 5F, 18 and 6E. RGB value is (95,24,110). Sum of RGB (Red+Green+Blue) = 95+24+110=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F186E is #A0E791. Grayscale: #363636. Windows color (decimal): -10545042 or 7215199. OLE color: 7215199.

HSL color Cylindrical-coordinate representation of color #5F186E: hue angle of 289.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F186E is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9524110-
CMYK0.140.7800.57
HSL289.53º64.18%26.27%-
HSV(B)289.53º78.18%43.14%-
XYZ7.864.2115.15-
YUV55.03159.02156.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.48%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=41.48%
G=10.48%
B=48.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95241100.140.7800.57289.5364.1826.27
Hex5F186EE4E039122401a
Octal137301561611607144210032
Binary1011111110001101110111010011100111001100100010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,24,110); }

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

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

 a { background-color: rgb(95,24,110); }

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

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

 span { border-color: rgb(95,24,110); }

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