#5F8D88

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

Shades of Gumbo #5F8D88

Tints of Gumbo #5F8D88

Color information

#5F8D88 (or 0x5F8D88) is unknown color: approx Gumbo. HEX triplet: 5F, 8D and 88. RGB value is (95,141,136). Sum of RGB (Red+Green+Blue) = 95+141+136=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8D88 is #A07277. Grayscale: #7E7E7E. Windows color (decimal): -10515064 or 8949087. OLE color: 8949087.

HSL color Cylindrical-coordinate representation of color #5F8D88: hue angle of 173.48º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D88 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB95141136-
CMYK0.3300.040.45
HSL173.48º19.49%46.27%-
HSV(B)173.48º32.62%55.29%-
XYZ18.6923.2626.8-
YUV126.68133.26105.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=25.54%
G=37.90%
B=36.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951411360.3300.040.45173.4819.4946.27
Hex5F8D8821042Dad132e
Octal1372152104104552552356
Binary1011111100011011000100010000101001011011010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8D88; }

 p { color: rgb(95,141,136); }

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

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

 a { background-color: rgb(95,141,136); }

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

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

 span { border-color: rgb(95,141,136); }

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