#05874D

Color #05874D Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #05874D

Tints of Salem #05874D

Color information

#05874D (or 0x05874D) is unknown color: approx Salem. HEX triplet: 05, 87 and 4D. RGB value is (5,135,77). Sum of RGB (Red+Green+Blue) = 5+135+77=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #05874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05874D is #FA78B2. Grayscale: #595959. Windows color (decimal): -16414899 or 5080837. OLE color: 5080837.

HSL color Cylindrical-coordinate representation of color #05874D: hue angle of 153.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05874D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB513577-
CMYK0.9600.430.47
HSL153.23º92.86%27.45%-
HSV(B)153.23º96.3%52.94%-
XYZ10.0717.99.94-
YUV89.52120.9367.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 135 (53.12% from 255) = 62.21%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=2.30%
G=62.21%
B=35.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5135770.9600.430.47153.2392.8627.45
Hex5874D6002B2F995d1b
Octal52071151400535723113533
Binary1011000011110011011100000010101110111110011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05874D; }

 p { color: rgb(5,135,77); }

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

<style>
 a { background-color: #05874D; }

 a { background-color: rgb(5,135,77); }

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

<style>
 span { border-color: #05874D; }

 span { border-color: rgb(5,135,77); }

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