Html Css Color HEX #058553 Salem

📋 copy color: '#058553'

red 5 ◦ green 133 ◦ blue 83

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

Shades of Salem #058553

Tints of Salem #058553

RGB

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

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

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

R = 2.26%
G = 60.18%
B = 37.56%

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

#058553 (or 0x058553) is known color: Salem. HEX triplet: 05, 85 and 53. RGB value is (5,133,83). Sum of RGB (Red+Green+Blue) = 5+133+83=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #058553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058553 is #FA7AAC. Grayscale: #595959. Windows color (decimal): -16415405 or 5473541. OLE color: 5473541.

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

Color convert

RGB 5 133 83 -
CMYK 0.96 0 0.38 0.48
HSL 156.56º 0.93% 0.27% -
HSV(B) 156.56º 0.96% 0.52% -
XYZ 10.01 17.43 11.02 -
YUV 89.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 5 133 83 0.96 0 0.38 0.48 156.56 0.93 0.27
Hex 5 85 53 60 0 26 30 9D 5D 1B
Octal 5 205 123 140 0 46 60 235 135 33
Binary 101 10000101 1010011 1100000 0 100110 110000 10011101 1011101 11011

Color Harmonies of #058553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058553

Black with #058553

Text Example


Text Example

White with #058553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058553; }

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

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

background-color css

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

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

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

border-color css

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

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

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