Html Css Color HEX #507172 William

📋 copy color: '#507172'

red 80 ◦ green 113 ◦ blue 114

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

Shades of William #507172

Tints of William #507172

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

 GREEN value IS 113 (44.53% from 255) = 36.81%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 26.06%
G = 36.81%
B = 37.13%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507172 (or 0x507172) is known color: William. HEX triplet: 50, 71 and 72. RGB value is (80,113,114). Sum of RGB (Red+Green+Blue) = 80+113+114=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #507172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507172 is #AF8E8D. Grayscale: #676767. Windows color (decimal): -11505294 or 7500112. OLE color: 7500112.

HSL color Cylindrical-coordinate representation of color #507172: hue angle of 181.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507172 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 113 114 -
CMYK 0.30 0.01 0 0.55
HSL 181.76º 0.18% 0.38% -
HSV(B) 181.76º 0.3% 0.45% -
XYZ 12.25 14.73 18.12 -
YUV 103.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 80 113 114 0.30 0.01 0 0.55 181.76 0.18 0.38
Hex 50 71 72 1E 1 0 37 B6 12 26
Octal 120 161 162 36 1 0 67 266 22 46
Binary 1010000 1110001 1110010 11110 1 0 110111 10110110 10010 100110

Color Harmonies of #507172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507172

Black with #507172

Text Example


Text Example

White with #507172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507172; }

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

 H1.HeaderClassName
 {
   color: #507172;
 }
 .AnyTagClassName
 {
   color: #507172;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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