Html Css Color HEX #098553 Salem

📋 copy color: '#098553'

red 9 ◦ green 133 ◦ blue 83

#098553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #098553

Tints of Salem #098553

RGB

 RED value IS 9 (3.91% from 255) = 4%

 GREEN value IS 133 (52.34% from 255) = 59.11%

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 4%
G = 59.11%
B = 36.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#098553 (or 0x098553) is known color: Salem. HEX triplet: 09, 85 and 53. RGB value is (9,133,83). Sum of RGB (Red+Green+Blue) = 9+133+83=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #098553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098553 is #F67AAC. Grayscale: #5A5A5A. Windows color (decimal): -16153261 or 5473545. OLE color: 5473545.

HSL color Cylindrical-coordinate representation of color #098553: hue angle of 155.81º 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 #098553 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 83 -
CMYK 0.93 0 0.38 0.48
HSL 155.81º 0.87% 0.28% -
HSV(B) 155.81º 0.93% 0.52% -
XYZ 10.06 17.46 11.02 -
YUV 90.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 9 133 83 0.93 0 0.38 0.48 155.81 0.87 0.28
Hex 9 85 53 5D 0 26 30 9C 57 1C
Octal 11 205 123 135 0 46 60 234 127 34
Binary 1001 10000101 1010011 1011101 0 100110 110000 10011100 1010111 11100

Color Harmonies of #098553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098553

Black with #098553

Text Example


Text Example

White with #098553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098553; }

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

 H1.HeaderClassName
 {
   color: #098553;
 }
 .AnyTagClassName
 {
   color: #098553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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