#058652

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

Shades of Salem #058652

Tints of Salem #058652

Color information

#058652 (or 0x058652) is unknown color: approx Salem. HEX triplet: 05, 86 and 52. RGB value is (5,134,82). Sum of RGB (Red+Green+Blue) = 5+134+82=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #058652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058652 is #FA79AD. Grayscale: #595959. Windows color (decimal): -16415150 or 5408261. OLE color: 5408261.

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

Color convert

RGB513482-
CMYK0.9600.390.47
HSL155.81º92.81%27.25%-
HSV(B)155.81º96.27%52.55%-
XYZ10.1117.6910.86-
YUV89.5123.7667.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=2.26%
G=60.63%
B=37.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134820.9600.390.47155.8192.8127.25
Hex58652600272F9c5d1b
Octal52061221400475723413533
Binary1011000011010100101100000010011110111110011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058652; }

 p { color: rgb(5,134,82); }

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

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

 a { background-color: rgb(5,134,82); }

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

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

 span { border-color: rgb(5,134,82); }

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