Html Css Color HEX #05874D Salem

📋 copy color: '#05874D'

red 5 ◦ green 135 ◦ blue 77

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

Shades of Salem #05874D

Tints of Salem #05874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.21%

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 2.3%
G = 62.21%
B = 35.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#05874D (or 0x05874D) is known color: Salem. HEX triplet: 05, 87 and 4D. RGB value is (5,135,77). Sum of RGB (Red+Green+Blue) = 5+135+77=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #05874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05874D is #FA78B2. Grayscale: #595959. Windows color (decimal): -16414899 or 5080837. OLE color: 5080837.

HSL color Cylindrical-coordinate representation of color #05874D: hue angle of 153.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05874D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 77 -
CMYK 0.96 0 0.43 0.47
HSL 153.23º 0.93% 0.27% -
HSV(B) 153.23º 0.96% 0.53% -
XYZ 10.07 17.9 9.94 -
YUV 89.52 120.93 67.72 -
System Red Green Blue C M Y K H S L
Decimal 5 135 77 0.96 0 0.43 0.47 153.23 0.93 0.27
Hex 5 87 4D 60 0 2B 2F 99 5D 1B
Octal 5 207 115 140 0 53 57 231 135 33
Binary 101 10000111 1001101 1100000 0 101011 101111 10011001 1011101 11011

Color Harmonies of #05874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05874D

Black with #05874D

Text Example


Text Example

White with #05874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05874D; }

 p { color: rgb(5,135,77); }

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

background-color css

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

 a { background-color: rgb(5,135,77); }

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

border-color css

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

 span { border-color: rgb(5,135,77); }

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