Html Css Color HEX #05863E Salem

📋 copy color: '#05863E'

red 5 ◦ green 134 ◦ blue 62

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

Shades of Salem #05863E

Tints of Salem #05863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.67%

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 2.49%
G = 66.67%
B = 30.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#05863E (or 0x05863E) is known color: Salem. HEX triplet: 05, 86 and 3E. RGB value is (5,134,62). Sum of RGB (Red+Green+Blue) = 5+134+62=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #05863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05863E is #FA79C1. Grayscale: #575757. Windows color (decimal): -16415170 or 4097541. OLE color: 4097541.

HSL color Cylindrical-coordinate representation of color #05863E: hue angle of 146.51º 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 #05863E is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 134 62 -
CMYK 0.96 0 0.54 0.47
HSL 146.51º 0.93% 0.27% -
HSV(B) 146.51º 0.96% 0.53% -
XYZ 9.46 17.43 7.42 -
YUV 87.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 5 134 62 0.96 0 0.54 0.47 146.51 0.93 0.27
Hex 5 86 3E 60 0 36 2F 93 5D 1B
Octal 5 206 76 140 0 66 57 223 135 33
Binary 101 10000110 111110 1100000 0 110110 101111 10010011 1011101 11011

Color Harmonies of #05863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05863E

Black with #05863E

Text Example


Text Example

White with #05863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05863E; }

 p { color: rgb(5,134,62); }

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

background-color css

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

 a { background-color: rgb(5,134,62); }

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

border-color css

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

 span { border-color: rgb(5,134,62); }

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