#5F303B

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

Shades of Siren #5F303B

Tints of Siren #5F303B

Color information

#5F303B (or 0x5F303B) is unknown color: approx Siren. HEX triplet: 5F, 30 and 3B. RGB value is (95,48,59). Sum of RGB (Red+Green+Blue) = 95+48+59=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F303B is #A0CFC4. Grayscale: #3F3F3F. Windows color (decimal): -10538949 or 3879007. OLE color: 3879007.

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

Color convert

RGB954859-
CMYK00.490.380.63
HSL345.96º32.87%28.04%-
HSV(B)345.96º49.47%37.25%-
XYZ6.574.864.73-
YUV63.31125.57150.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.03%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=47.03%
G=23.76%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95485900.490.380.63345.9632.8728.04
Hex5F303B031263F15a211c
Octal137607306146775324134
Binary1011111110000111011011000110011011111110101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,48,59); }

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

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

 a { background-color: rgb(95,48,59); }

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

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

 span { border-color: rgb(95,48,59); }

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