Html Css Color HEX #058953 Salem

📋 copy color: '#058953'

red 5 ◦ green 137 ◦ blue 83

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

Shades of Salem #058953

Tints of Salem #058953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.89%

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

R = 2.22%
G = 60.89%
B = 36.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#058953 (or 0x058953) is known color: Salem. HEX triplet: 05, 89 and 53. RGB value is (5,137,83). Sum of RGB (Red+Green+Blue) = 5+137+83=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #058953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058953 is #FA76AC. Grayscale: #5B5B5B. Windows color (decimal): -16414381 or 5474565. OLE color: 5474565.

HSL color Cylindrical-coordinate representation of color #058953: hue angle of 155.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058953 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 83 -
CMYK 0.96 0 0.39 0.46
HSL 155.45º 0.93% 0.28% -
HSV(B) 155.45º 0.96% 0.54% -
XYZ 10.57 18.55 11.21 -
YUV 91.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 5 137 83 0.96 0 0.39 0.46 155.45 0.93 0.28
Hex 5 89 53 60 0 27 2E 9B 5D 1C
Octal 5 211 123 140 0 47 56 233 135 34
Binary 101 10001001 1010011 1100000 0 100111 101110 10011011 1011101 11100

Color Harmonies of #058953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058953

Black with #058953

Text Example


Text Example

White with #058953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058953; }

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

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

background-color css

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

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

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

border-color css

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

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

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