#507175

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

Shades of Ming #507175

Tints of Ming #507175

Color information

#507175 (or 0x507175) is unknown color: approx Ming. HEX triplet: 50, 71 and 75. RGB value is (80,113,117). Sum of RGB (Red+Green+Blue) = 80+113+117=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #507175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507175 is #AF8E8A. Grayscale: #676767. Windows color (decimal): -11505291 or 7696720. OLE color: 7696720.

HSL color Cylindrical-coordinate representation of color #507175: hue angle of 186.49º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507175 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80113117-
CMYK0.320.0300.54
HSL186.49º18.78%38.63%-
HSV(B)186.49º31.62%45.88%-
XYZ12.4214.819.03-
YUV103.59135.57111.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=25.81%
G=36.45%
B=37.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801131170.320.0300.54186.4918.7838.63
Hex507175203036ba1327
Octal1201611654030662722347
Binary1010000111000111101011000001101101101011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507175; }

 p { color: rgb(80,113,117); }

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

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

 a { background-color: rgb(80,113,117); }

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

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

 span { border-color: rgb(80,113,117); }

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