#5F3467

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

Shades of Seance #5F3467

Tints of Seance #5F3467

Color information

#5F3467 (or 0x5F3467) is unknown color: approx Seance. HEX triplet: 5F, 34 and 67. RGB value is (95,52,103). Sum of RGB (Red+Green+Blue) = 95+52+103=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3467 is #A0CB98. Grayscale: #464646. Windows color (decimal): -10537881 or 6763615. OLE color: 6763615.

HSL color Cylindrical-coordinate representation of color #5F3467: hue angle of 290.59º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F3467 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9552103-
CMYK0.080.5000.60
HSL290.59º32.9%30.39%-
HSV(B)290.59º49.51%40.39%-
XYZ8.45.8713.52-
YUV70.67146.25145.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=38%
G=20.8%
B=41.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95521030.080.5000.60290.5932.930.39
Hex5F346783203C123211e
Octal1376414710620744434136
Binary101111111010011001111000110010011110010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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