#5F938D

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

Shades of Gumbo #5F938D

Tints of Gumbo #5F938D

Color information

#5F938D (or 0x5F938D) is unknown color: approx Gumbo. HEX triplet: 5F, 93 and 8D. RGB value is (95,147,141). Sum of RGB (Red+Green+Blue) = 95+147+141=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938D is #A06C72. Grayscale: #828282. Windows color (decimal): -10513523 or 9278303. OLE color: 9278303.

HSL color Cylindrical-coordinate representation of color #5F938D: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F938D is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB95147141-
CMYK0.3500.040.42
HSL173.08º21.49%47.45%-
HSV(B)173.08º35.37%57.65%-
XYZ19.9625.2229.02-
YUV130.77133.77102.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=24.80%
G=38.38%
B=36.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471410.3500.040.42173.0821.4947.45
Hex5F938D23042Aad152f
Octal1372232154304522552557
Binary1011111100100111000110110001101001010101010110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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