Html Css Color HEX #507673 William

📋 copy color: '#507673'

red 80 ◦ green 118 ◦ blue 115

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

Shades of William #507673

Tints of William #507673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 25.56%
G = 37.7%
B = 36.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#507673 (or 0x507673) is known color: William. HEX triplet: 50, 76 and 73. RGB value is (80,118,115). Sum of RGB (Red+Green+Blue) = 80+118+115=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #507673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507673 is #AF898C. Grayscale: #6A6A6A. Windows color (decimal): -11504013 or 7566928. OLE color: 7566928.

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

Color convert

RGB 80 118 115 -
CMYK 0.32 0 0.03 0.54
HSL 175.26º 0.19% 0.39% -
HSV(B) 175.26º 0.32% 0.46% -
XYZ 12.88 15.9 18.61 -
YUV 106.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 80 118 115 0.32 0 0.03 0.54 175.26 0.19 0.39
Hex 50 76 73 20 0 3 36 AF 13 27
Octal 120 166 163 40 0 3 66 257 23 47
Binary 1010000 1110110 1110011 100000 0 11 110110 10101111 10011 100111

Color Harmonies of #507673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507673

Black with #507673

Text Example


Text Example

White with #507673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507673; }

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

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

background-color css

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

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

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

border-color css

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

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

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