Html Css Color HEX #058853 Salem

📋 copy color: '#058853'

red 5 ◦ green 136 ◦ blue 83

#058853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #058853

Tints of Salem #058853

RGB

 RED value IS 5 (2.34% from 255) = 2.23%

 GREEN value IS 136 (53.52% from 255) = 60.71%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 2.23%
G = 60.71%
B = 37.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#058853 (or 0x058853) is known color: Salem. HEX triplet: 05, 88 and 53. RGB value is (5,136,83). Sum of RGB (Red+Green+Blue) = 5+136+83=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #058853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058853 is #FA77AC. Grayscale: #5A5A5A. Windows color (decimal): -16414637 or 5474309. OLE color: 5474309.

HSL color Cylindrical-coordinate representation of color #058853: hue angle of 155.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058853 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 83 -
CMYK 0.96 0 0.39 0.47
HSL 155.73º 0.93% 0.28% -
HSV(B) 155.73º 0.96% 0.53% -
XYZ 10.43 18.27 11.16 -
YUV 90.79 123.6 66.81 -
System Red Green Blue C M Y K H S L
Decimal 5 136 83 0.96 0 0.39 0.47 155.73 0.93 0.28
Hex 5 88 53 60 0 27 2F 9C 5D 1C
Octal 5 210 123 140 0 47 57 234 135 34
Binary 101 10001000 1010011 1100000 0 100111 101111 10011100 1011101 11100

Color Harmonies of #058853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058853

Black with #058853

Text Example


Text Example

White with #058853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058853; }

 p { color: rgb(5,136,83); }

 H1.HeaderClassName
 {
   color: #058853;
 }
 .AnyTagClassName
 {
   color: #058853;
 }
</style>

background-color css

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

 a { background-color: rgb(5,136,83); }

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

border-color css

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

 span { border-color: rgb(5,136,83); }

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