Html Css Color HEX #058253 Salem

📋 copy color: '#058253'

red 5 ◦ green 130 ◦ blue 83

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

Shades of Salem #058253

Tints of Salem #058253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

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

R = 2.29%
G = 59.63%
B = 38.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#058253 (or 0x058253) is known color: Salem. HEX triplet: 05, 82 and 53. RGB value is (5,130,83). Sum of RGB (Red+Green+Blue) = 5+130+83=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #058253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058253 is #FA7DAC. Grayscale: #575757. Windows color (decimal): -16416173 or 5472773. OLE color: 5472773.

HSL color Cylindrical-coordinate representation of color #058253: hue angle of 157.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058253 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 83 -
CMYK 0.96 0 0.36 0.49
HSL 157.44º 0.93% 0.26% -
HSV(B) 157.44º 0.96% 0.51% -
XYZ 9.61 16.62 10.89 -
YUV 87.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 5 130 83 0.96 0 0.36 0.49 157.44 0.93 0.26
Hex 5 82 53 60 0 24 31 9D 5D 1A
Octal 5 202 123 140 0 44 61 235 135 32
Binary 101 10000010 1010011 1100000 0 100100 110001 10011101 1011101 11010

Color Harmonies of #058253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058253

Black with #058253

Text Example


Text Example

White with #058253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058253; }

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

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

background-color css

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

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

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

border-color css

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

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

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