#058B4E

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

Shades of Salem #058B4E

Tints of Salem #058B4E

Color information

#058B4E (or 0x058B4E) is unknown color: approx Salem. HEX triplet: 05, 8B and 4E. RGB value is (5,139,78). Sum of RGB (Red+Green+Blue) = 5+139+78=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 139 (54.69% from 255 or 62.61% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 139 - color contains mainly: green. Hex color #058B4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B4E is #FA74B1. Grayscale: #5C5C5C. Windows color (decimal): -16413874 or 5147397. OLE color: 5147397.

HSL color Cylindrical-coordinate representation of color #058B4E: hue angle of 152.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B4E is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB513978-
CMYK0.9600.440.45
HSL152.69º93.06%28.24%-
HSV(B)152.69º96.4%54.51%-
XYZ10.6719.0510.32-
YUV91.98120.1165.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 139 (54.69% from 255) = 62.61%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=2.25%
G=62.61%
B=35.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5139780.9600.440.45152.6993.0628.24
Hex58B4E6002C2D995d1c
Octal52131161400545523113534
Binary1011000101110011101100000010110010110110011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058B4E; }

 p { color: rgb(5,139,78); }

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

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

 a { background-color: rgb(5,139,78); }

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

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

 span { border-color: rgb(5,139,78); }

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