#098558

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

Shades of Salem #098558

Tints of Salem #098558

Color information

#098558 (or 0x098558) is unknown color: approx Salem. HEX triplet: 09, 85 and 58. RGB value is (9,133,88). Sum of RGB (Red+Green+Blue) = 9+133+88=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #098558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098558 is #F67AA7. Grayscale: #5A5A5A. Windows color (decimal): -16153256 or 5801225. OLE color: 5801225.

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

Color convert

RGB913388-
CMYK0.9300.340.48
HSL158.23º87.32%27.84%-
HSV(B)158.23º93.23%52.16%-
XYZ10.2617.5412.08-
YUV90.79126.4269.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=3.91%
G=57.83%
B=38.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133880.9300.340.48158.2387.3227.84
Hex985585D022309e571c
Octal112051301350426023612734
Binary10011000010110110001011101010001011000010011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098558; }

 p { color: rgb(9,133,88); }

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

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

 a { background-color: rgb(9,133,88); }

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

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

 span { border-color: rgb(9,133,88); }

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