#05863B

Color #05863B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #05863B

Tints of Salem #05863B

Color information

#05863B (or 0x05863B) is unknown color: approx Salem. HEX triplet: 05, 86 and 3B. RGB value is (5,134,59). Sum of RGB (Red+Green+Blue) = 5+134+59=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 134 (52.73% from 255 or 67.68% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 134 - color contains mainly: green. Hex color #05863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05863B is #FA79C4. Grayscale: #575757. Windows color (decimal): -16415173 or 3900933. OLE color: 3900933.

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

Color convert

RGB513459-
CMYK0.9600.560.47
HSL145.12º92.81%27.25%-
HSV(B)145.12º96.27%52.55%-
XYZ9.3817.47-
YUV86.88112.2669.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 134 (52.73% from 255) = 67.68%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=2.53%
G=67.68%
B=29.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134590.9600.560.47145.1292.8127.25
Hex5863B600382F915d1b
Octal5206731400705722113533
Binary101100001101110111100000011100010111110010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05863B;
 }
 .AnyTagClassName
 {
   color: #05863B;
 }
</style>
background-color css

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

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

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

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

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

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