#5F256F

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

Shades of Seance #5F256F

Tints of Seance #5F256F

Color information

#5F256F (or 0x5F256F) is unknown color: approx Seance. HEX triplet: 5F, 25 and 6F. RGB value is (95,37,111). Sum of RGB (Red+Green+Blue) = 95+37+111=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F256F is #A0DA90. Grayscale: #3E3E3E. Windows color (decimal): -10541713 or 7284063. OLE color: 7284063.

HSL color Cylindrical-coordinate representation of color #5F256F: hue angle of 287.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F256F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9537111-
CMYK0.140.6700.56
HSL287.03º50%29.02%-
HSV(B)287.03º66.67%43.53%-
XYZ8.254.915.55-
YUV62.78155.22150.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=39.09%
G=15.23%
B=45.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95371110.140.6700.56287.035029.02
Hex5F256FE4303811f321d
Octal13745157161030704376235
Binary1011111100101110111111101000011011100010001111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,37,111); }

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

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

 a { background-color: rgb(95,37,111); }

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

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

 span { border-color: rgb(95,37,111); }

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