#088254

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

Shades of Salem #088254

Tints of Salem #088254

Color information

#088254 (or 0x088254) is unknown color: approx Salem. HEX triplet: 08, 82 and 54. RGB value is (8,130,84). Sum of RGB (Red+Green+Blue) = 8+130+84=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #088254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088254 is #F77DAB. Grayscale: #585858. Windows color (decimal): -16219564 or 5538312. OLE color: 5538312.

HSL color Cylindrical-coordinate representation of color #088254: hue angle of 157.38º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088254 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB813084-
CMYK0.9400.350.49
HSL157.38º88.41%27.06%-
HSV(B)157.38º93.85%50.98%-
XYZ9.6816.6611.09-
YUV88.28125.5870.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=3.60%
G=58.56%
B=37.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130840.9400.350.49157.3888.4127.06
Hex882545E023319d581b
Octal102021241360436123513033
Binary10001000001010101001011110010001111000110011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088254; }

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

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

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

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

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

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

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

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