#088253

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

Shades of Salem #088253

Tints of Salem #088253

Color information

#088253 (or 0x088253) is unknown color: approx Salem. HEX triplet: 08, 82 and 53. RGB value is (8,130,83). Sum of RGB (Red+Green+Blue) = 8+130+83=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #088253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088253 is #F77DAC. Grayscale: #585858. Windows color (decimal): -16219565 or 5472776. OLE color: 5472776.

HSL color Cylindrical-coordinate representation of color #088253: hue angle of 156.89º 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 #088253 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB813083-
CMYK0.9400.360.49
HSL156.89º88.41%27.06%-
HSV(B)156.89º93.85%50.98%-
XYZ9.6416.6410.89-
YUV88.16125.0870.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=3.62%
G=58.82%
B=37.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130830.9400.360.49156.8988.4127.06
Hex882535E024319d581b
Octal102021231360446123513033
Binary10001000001010100111011110010010011000110011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088253; }

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

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

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

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

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

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

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

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