#357576

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

Shades of Ming #357576

Tints of Ming #357576

Color information

#357576 (or 0x357576) is unknown color: approx Ming. HEX triplet: 35, 75 and 76. RGB value is (53,117,118). Sum of RGB (Red+Green+Blue) = 53+117+118=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #357576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357576 is #CA8A89. Grayscale: #616161. Windows color (decimal): -13273738 or 7763253. OLE color: 7763253.

HSL color Cylindrical-coordinate representation of color #357576: hue angle of 180.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357576 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53117118-
CMYK0.550.0100.54
HSL180.92º38.01%33.53%-
HSV(B)180.92º55.08%46.27%-
XYZ11.114.7919.41-
YUV97.98139.395.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=18.40%
G=40.62%
B=40.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171180.550.0100.54180.9238.0133.53
Hex357576371036b52622
Octal651651666710662654642
Binary110101111010111101101101111011011010110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357576; }

 p { color: rgb(53,117,118); }

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

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

 a { background-color: rgb(53,117,118); }

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

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

 span { border-color: rgb(53,117,118); }

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