Html Css Color HEX #507171 William

📋 copy color: '#507171'

red 80 ◦ green 113 ◦ blue 113

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

Shades of William #507171

Tints of William #507171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 26.14%
G = 36.93%
B = 36.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#507171 (or 0x507171) is known color: William. HEX triplet: 50, 71 and 71. RGB value is (80,113,113). Sum of RGB (Red+Green+Blue) = 80+113+113=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #507171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507171 is #AF8E8E. Grayscale: #676767. Windows color (decimal): -11505295 or 7434576. OLE color: 7434576.

HSL color Cylindrical-coordinate representation of color #507171: hue angle of 180º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507171 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 113 -
CMYK 0.29 0 0 0.56
HSL 180º 0.17% 0.38% -
HSV(B) 180º 0.29% 0.44% -
XYZ 12.19 14.71 17.82 -
YUV 103.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 80 113 113 0.29 0 0 0.56 180 0.17 0.38
Hex 50 71 71 1D 0 0 38 B4 11 26
Octal 120 161 161 35 0 0 70 264 21 46
Binary 1010000 1110001 1110001 11101 0 0 111000 10110100 10001 100110

Color Harmonies of #507171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507171

Black with #507171

Text Example


Text Example

White with #507171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507171; }

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

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

background-color css

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

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

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

border-color css

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

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

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