Html Css Color HEX #088557 Salem

📋 copy color: '#088557'

red 8 ◦ green 133 ◦ blue 87

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

Shades of Salem #088557

Tints of Salem #088557

RGB

 RED value IS 8 (3.52% from 255) = 3.51%

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 3.51%
G = 58.33%
B = 38.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#088557 (or 0x088557) is known color: Salem. HEX triplet: 08, 85 and 57. RGB value is (8,133,87). Sum of RGB (Red+Green+Blue) = 8+133+87=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #088557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088557 is #F77AA8. Grayscale: #5A5A5A. Windows color (decimal): -16218793 or 5735688. OLE color: 5735688.

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

Color convert

RGB 8 133 87 -
CMYK 0.94 0 0.35 0.48
HSL 157.92º 0.89% 0.28% -
HSV(B) 157.92º 0.94% 0.52% -
XYZ 10.21 17.51 11.86 -
YUV 90.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 8 133 87 0.94 0 0.35 0.48 157.92 0.89 0.28
Hex 8 85 57 5E 0 23 30 9E 59 1C
Octal 10 205 127 136 0 43 60 236 131 34
Binary 1000 10000101 1010111 1011110 0 100011 110000 10011110 1011001 11100

Color Harmonies of #088557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088557

Black with #088557

Text Example


Text Example

White with #088557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088557; }

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

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

background-color css

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

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

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

border-color css

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

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

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