#058A4E

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

Shades of Salem #058A4E

Tints of Salem #058A4E

Color information

#058A4E (or 0x058A4E) is unknown color: approx Salem. HEX triplet: 05, 8A and 4E. RGB value is (5,138,78). Sum of RGB (Red+Green+Blue) = 5+138+78=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #058A4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A4E is #FA75B1. Grayscale: #5B5B5B. Windows color (decimal): -16414130 or 5147141. OLE color: 5147141.

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

Color convert

RGB513878-
CMYK0.9600.430.46
HSL152.93º93.01%28.04%-
HSV(B)152.93º96.38%54.12%-
XYZ10.5318.7610.27-
YUV91.39120.4466.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 138 (54.30% from 255) = 62.44%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=2.26%
G=62.44%
B=35.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5138780.9600.430.46152.9393.0128.04
Hex58A4E6002B2E995d1c
Octal52121161400535623113534
Binary1011000101010011101100000010101110111010011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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