#05854E

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

Shades of Salem #05854E

Tints of Salem #05854E

Color information

#05854E (or 0x05854E) is unknown color: approx Salem. HEX triplet: 05, 85 and 4E. RGB value is (5,133,78). Sum of RGB (Red+Green+Blue) = 5+133+78=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #05854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05854E is #FA7AB1. Grayscale: #585858. Windows color (decimal): -16415410 or 5145861. OLE color: 5145861.

HSL color Cylindrical-coordinate representation of color #05854E: hue angle of 154.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05854E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB513378-
CMYK0.9600.410.48
HSL154.22º92.75%27.06%-
HSV(B)154.22º96.24%52.16%-
XYZ9.8317.3610.04-
YUV88.46122.0968.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=2.31%
G=61.57%
B=36.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133780.9600.410.48154.2292.7527.06
Hex5854E60029309a5d1b
Octal52051161400516023213533
Binary1011000010110011101100000010100111000010011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,133,78); }

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

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

 a { background-color: rgb(5,133,78); }

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

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

 span { border-color: rgb(5,133,78); }

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