Html Css Color HEX #507175 Ming

📋 copy color: '#507175'

red 80 ◦ green 113 ◦ blue 117

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

Shades of Ming #507175

Tints of Ming #507175

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 value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507175 (or 0x507175) is known color: 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

RGB 80 113 117 -
CMYK 0.32 0.03 0 0.54
HSL 186.49º 0.19% 0.39% -
HSV(B) 186.49º 0.32% 0.46% -
XYZ 12.42 14.8 19.03 -
YUV 103.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 80 113 117 0.32 0.03 0 0.54 186.49 0.19 0.39
Hex 50 71 75 20 3 0 36 BA 13 27
Octal 120 161 165 40 3 0 66 272 23 47
Binary 1010000 1110001 1110101 100000 11 0 110110 10111010 10011 100111

Color Harmonies of #507175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507175

Black with #507175

Text Example


Text Example

White with #507175

Text Example


Text Example

HTML Codes & Css Web 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>