#058544

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

Shades of Salem #058544

Tints of Salem #058544

Color information

#058544 (or 0x058544) is unknown color: approx Salem. HEX triplet: 05, 85 and 44. RGB value is (5,133,68). Sum of RGB (Red+Green+Blue) = 5+133+68=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #058544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058544 is #FA7ABB. Grayscale: #575757. Windows color (decimal): -16415420 or 4490501. OLE color: 4490501.

HSL color Cylindrical-coordinate representation of color #058544: hue angle of 149.53º 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 #058544 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB513368-
CMYK0.9600.490.48
HSL149.53º92.75%27.06%-
HSV(B)149.53º96.24%52.16%-
XYZ9.4917.228.29-
YUV87.32117.0969.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=2.43%
G=64.56%
B=33.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133680.9600.490.48149.5392.7527.06
Hex585446003130965d1b
Octal52051041400616022613533
Binary1011000010110001001100000011000111000010010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058544; }

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

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

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

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

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

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

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

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