#088554

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

Shades of Salem #088554

Tints of Salem #088554

Color information

#088554 (or 0x088554) is unknown color: approx Salem. HEX triplet: 08, 85 and 54. RGB value is (8,133,84). Sum of RGB (Red+Green+Blue) = 8+133+84=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #088554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088554 is #F77AAB. Grayscale: #5A5A5A. Windows color (decimal): -16218796 or 5539080. OLE color: 5539080.

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

Color convert

RGB813384-
CMYK0.9400.370.48
HSL156.48º88.65%27.65%-
HSV(B)156.48º93.98%52.16%-
XYZ10.0917.4711.23-
YUV90.04124.5969.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 133 (52.34% from 255) = 59.11%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=3.56%
G=59.11%
B=37.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133840.9400.370.48156.4888.6527.65
Hex885545E025309c591c
Octal102051241360456023413134
Binary10001000010110101001011110010010111000010011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088554; }

 p { color: rgb(8,133,84); }

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

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

 a { background-color: rgb(8,133,84); }

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

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

 span { border-color: rgb(8,133,84); }

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