#0A8556

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

Shades of Salem #0A8556

Tints of Salem #0A8556

Color information

#0A8556 (or 0x0A8556) is unknown color: approx Salem. HEX triplet: 0A, 85 and 56. RGB value is (10,133,86). Sum of RGB (Red+Green+Blue) = 10+133+86=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8556 is #F57AA9. Grayscale: #5A5A5A. Windows color (decimal): -16087722 or 5670154. OLE color: 5670154.

HSL color Cylindrical-coordinate representation of color #0A8556: hue angle of 157.07º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8556 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1013386-
CMYK0.9200.350.48
HSL157.07º86.01%28.04%-
HSV(B)157.07º92.48%52.16%-
XYZ10.1917.5111.65-
YUV90.86125.2570.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=4.37%
G=58.08%
B=37.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133860.9200.350.48157.0786.0128.04
HexA85565C023309d561c
Octal122051261340436023512634
Binary10101000010110101101011100010001111000010011101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8556; }

 p { color: rgb(10,133,86); }

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

<style>
 a { background-color: #0A8556; }

 a { background-color: rgb(10,133,86); }

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

<style>
 span { border-color: #0A8556; }

 span { border-color: rgb(10,133,86); }

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