#058543

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

Shades of Salem #058543

Tints of Salem #058543

Color information

#058543 (or 0x058543) is unknown color: approx Salem. HEX triplet: 05, 85 and 43. RGB value is (5,133,67). Sum of RGB (Red+Green+Blue) = 5+133+67=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #058543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058543 is #FA7ABC. Grayscale: #575757. Windows color (decimal): -16415421 or 4424965. OLE color: 4424965.

HSL color Cylindrical-coordinate representation of color #058543: hue angle of 149.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058543 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB513367-
CMYK0.9600.500.48
HSL149.06º92.75%27.06%-
HSV(B)149.06º96.24%52.16%-
XYZ9.4617.218.13-
YUV87.2116.5969.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=2.44%
G=64.88%
B=32.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133670.9600.500.48149.0692.7527.06
Hex585436003230955d1b
Octal52051031400626022513533
Binary1011000010110000111100000011001011000010010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058543; }

 p { color: rgb(5,133,67); }

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

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

 a { background-color: rgb(5,133,67); }

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

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

 span { border-color: rgb(5,133,67); }

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