Html Css Color HEX #05894F Salem

📋 copy color: '#05894F'

red 5 ◦ green 137 ◦ blue 79

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

Shades of Salem #05894F

Tints of Salem #05894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 2.26%
G = 61.99%
B = 35.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#05894F (or 0x05894F) is known color: Salem. HEX triplet: 05, 89 and 4F. RGB value is (5,137,79). Sum of RGB (Red+Green+Blue) = 5+137+79=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #05894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05894F is #FA76B0. Grayscale: #5B5B5B. Windows color (decimal): -16414385 or 5212421. OLE color: 5212421.

HSL color Cylindrical-coordinate representation of color #05894F: hue angle of 153.64º 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 #05894F is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 79 -
CMYK 0.96 0 0.42 0.46
HSL 153.64º 0.93% 0.28% -
HSV(B) 153.64º 0.96% 0.54% -
XYZ 10.42 18.49 10.42 -
YUV 90.92 121.27 66.72 -
System Red Green Blue C M Y K H S L
Decimal 5 137 79 0.96 0 0.42 0.46 153.64 0.93 0.28
Hex 5 89 4F 60 0 2A 2E 9A 5D 1C
Octal 5 211 117 140 0 52 56 232 135 34
Binary 101 10001001 1001111 1100000 0 101010 101110 10011010 1011101 11100

Color Harmonies of #05894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05894F

Black with #05894F

Text Example


Text Example

White with #05894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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