Html Css Color HEX #058552 Salem

📋 copy color: '#058552'

red 5 ◦ green 133 ◦ blue 82

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

Shades of Salem #058552

Tints of Salem #058552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 2.27%
G = 60.45%
B = 37.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#058552 (or 0x058552) is known color: Salem. HEX triplet: 05, 85 and 52. RGB value is (5,133,82). Sum of RGB (Red+Green+Blue) = 5+133+82=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #058552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058552 is #FA7AAD. Grayscale: #585858. Windows color (decimal): -16415406 or 5408005. OLE color: 5408005.

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

Color convert

RGB 5 133 82 -
CMYK 0.96 0 0.38 0.48
HSL 156.09º 0.93% 0.27% -
HSV(B) 156.09º 0.96% 0.52% -
XYZ 9.97 17.42 10.82 -
YUV 88.91 124.09 68.15 -
System Red Green Blue C M Y K H S L
Decimal 5 133 82 0.96 0 0.38 0.48 156.09 0.93 0.27
Hex 5 85 52 60 0 26 30 9C 5D 1B
Octal 5 205 122 140 0 46 60 234 135 33
Binary 101 10000101 1010010 1100000 0 100110 110000 10011100 1011101 11011

Color Harmonies of #058552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058552

Black with #058552

Text Example


Text Example

White with #058552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058552; }

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

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

background-color css

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

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

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

border-color css

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

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

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