Html Css Color HEX #058855 Salem

📋 copy color: '#058855'

red 5 ◦ green 136 ◦ blue 85

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

Shades of Salem #058855

Tints of Salem #058855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 2.21%
G = 60.18%
B = 37.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#058855 (or 0x058855) is known color: Salem. HEX triplet: 05, 88 and 55. RGB value is (5,136,85). Sum of RGB (Red+Green+Blue) = 5+136+85=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #058855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058855 is #FA77AA. Grayscale: #5B5B5B. Windows color (decimal): -16414635 or 5605381. OLE color: 5605381.

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

Color convert

RGB 5 136 85 -
CMYK 0.96 0 0.38 0.47
HSL 156.64º 0.93% 0.28% -
HSV(B) 156.64º 0.96% 0.53% -
XYZ 10.51 18.3 11.57 -
YUV 91.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 5 136 85 0.96 0 0.38 0.47 156.64 0.93 0.28
Hex 5 88 55 60 0 26 2F 9D 5D 1C
Octal 5 210 125 140 0 46 57 235 135 34
Binary 101 10001000 1010101 1100000 0 100110 101111 10011101 1011101 11100

Color Harmonies of #058855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058855

Black with #058855

Text Example


Text Example

White with #058855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058855; }

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

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

background-color css

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

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

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

border-color css

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

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

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