#5F2B6E

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

Shades of Seance #5F2B6E

Tints of Seance #5F2B6E

Color information

#5F2B6E (or 0x5F2B6E) is unknown color: approx Seance. HEX triplet: 5F, 2B and 6E. RGB value is (95,43,110). Sum of RGB (Red+Green+Blue) = 95+43+110=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B6E is #A0D491. Grayscale: #414141. Windows color (decimal): -10540178 or 7220063. OLE color: 7220063.

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

Color convert

RGB9543110-
CMYK0.140.6100.57
HSL286.57º43.79%30%-
HSV(B)286.57º60.91%43.14%-
XYZ8.45.2915.33-
YUV66.19152.73148.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=38.31%
G=17.34%
B=44.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95431100.140.6100.57286.5743.7930
Hex5F2B6EE3D03911f2c1e
Octal1375315616750714375436
Binary101111110101111011101110111101011100110001111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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