#5E323C

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

Shades of Siren #5E323C

Tints of Siren #5E323C

Color information

#5E323C (or 0x5E323C) is unknown color: approx Siren. HEX triplet: 5E, 32 and 3C. RGB value is (94,50,60). Sum of RGB (Red+Green+Blue) = 94+50+60=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E323C is #A1CDC3. Grayscale: #404040. Windows color (decimal): -10603972 or 3945054. OLE color: 3945054.

HSL color Cylindrical-coordinate representation of color #5E323C: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E323C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB945060-
CMYK00.470.360.63
HSL346.36º30.56%28.24%-
HSV(B)346.36º46.81%36.86%-
XYZ6.574.994.89-
YUV64.3125.58149.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=46.08%
G=24.51%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94506000.470.360.63346.3630.5628.24
Hex5E323C02F243F15a1f1c
Octal136627405744775323734
Binary101111011001011110001011111001001111111010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,50,60); }

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

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

 a { background-color: rgb(94,50,60); }

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

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

 span { border-color: rgb(94,50,60); }

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