Html Css Color HEX #058554 Salem

📋 copy color: '#058554'

red 5 ◦ green 133 ◦ blue 84

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

Shades of Salem #058554

Tints of Salem #058554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.91%

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 2.25%
G = 59.91%
B = 37.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#058554 (or 0x058554) is known color: Salem. HEX triplet: 05, 85 and 54. RGB value is (5,133,84). Sum of RGB (Red+Green+Blue) = 5+133+84=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #058554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058554 is #FA7AAB. Grayscale: #595959. Windows color (decimal): -16415404 or 5539077. OLE color: 5539077.

HSL color Cylindrical-coordinate representation of color #058554: hue angle of 157.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058554 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 84 -
CMYK 0.96 0 0.37 0.48
HSL 157.03º 0.93% 0.27% -
HSV(B) 157.03º 0.96% 0.52% -
XYZ 10.05 17.45 11.23 -
YUV 89.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 5 133 84 0.96 0 0.37 0.48 157.03 0.93 0.27
Hex 5 85 54 60 0 25 30 9D 5D 1B
Octal 5 205 124 140 0 45 60 235 135 33
Binary 101 10000101 1010100 1100000 0 100101 110000 10011101 1011101 11011

Color Harmonies of #058554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058554

Black with #058554

Text Example


Text Example

White with #058554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058554; }

 p { color: rgb(5,133,84); }

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

background-color css

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

 a { background-color: rgb(5,133,84); }

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

border-color css

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

 span { border-color: rgb(5,133,84); }

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