Html Css Color HEX #507371 William

📋 copy color: '#507371'

red 80 ◦ green 115 ◦ blue 113

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

Shades of William #507371

Tints of William #507371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 25.97%
G = 37.34%
B = 36.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#507371 (or 0x507371) is known color: William. HEX triplet: 50, 73 and 71. RGB value is (80,115,113). Sum of RGB (Red+Green+Blue) = 80+115+113=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #507371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507371 is #AF8C8E. Grayscale: #686868. Windows color (decimal): -11504783 or 7435088. OLE color: 7435088.

HSL color Cylindrical-coordinate representation of color #507371: hue angle of 176.57º 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 #507371 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 113 -
CMYK 0.30 0 0.02 0.55
HSL 176.57º 0.18% 0.38% -
HSV(B) 176.57º 0.3% 0.45% -
XYZ 12.42 15.16 17.89 -
YUV 104.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 80 115 113 0.30 0 0.02 0.55 176.57 0.18 0.38
Hex 50 73 71 1E 0 2 37 B1 12 26
Octal 120 163 161 36 0 2 67 261 22 46
Binary 1010000 1110011 1110001 11110 0 10 110111 10110001 10010 100110

Color Harmonies of #507371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507371

Black with #507371

Text Example


Text Example

White with #507371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507371; }

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

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

background-color css

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

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

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

border-color css

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

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

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