Html Css Color HEX #507671 William

📋 copy color: '#507671'

red 80 ◦ green 118 ◦ blue 113

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

Shades of William #507671

Tints of William #507671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 25.72%
G = 37.94%
B = 36.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#507671 (or 0x507671) is known color: William. HEX triplet: 50, 76 and 71. RGB value is (80,118,113). Sum of RGB (Red+Green+Blue) = 80+118+113=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #507671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507671 is #AF898E. Grayscale: #6A6A6A. Windows color (decimal): -11504015 or 7435856. OLE color: 7435856.

HSL color Cylindrical-coordinate representation of color #507671: hue angle of 172.11º 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 #507671 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 113 -
CMYK 0.32 0 0.04 0.54
HSL 172.11º 0.19% 0.39% -
HSV(B) 172.11º 0.32% 0.46% -
XYZ 12.77 15.85 18.01 -
YUV 106.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 80 118 113 0.32 0 0.04 0.54 172.11 0.19 0.39
Hex 50 76 71 20 0 4 36 AC 13 27
Octal 120 166 161 40 0 4 66 254 23 47
Binary 1010000 1110110 1110001 100000 0 100 110110 10101100 10011 100111

Color Harmonies of #507671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507671

Black with #507671

Text Example


Text Example

White with #507671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507671; }

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

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

background-color css

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

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

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

border-color css

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

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

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