#507672

Color #507672 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #507672

Tints of William #507672

Color information

#507672 (or 0x507672) is unknown color: approx William. HEX triplet: 50, 76 and 72. RGB value is (80,118,114). Sum of RGB (Red+Green+Blue) = 80+118+114=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #507672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507672 is #AF898D. Grayscale: #6A6A6A. Windows color (decimal): -11504014 or 7501392. OLE color: 7501392.

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

Color convert

RGB80118114-
CMYK0.3200.030.54
HSL173.68º19.19%38.82%-
HSV(B)173.68º32.2%46.27%-
XYZ12.8215.8818.31-
YUV106.18132.41109.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=25.64%
G=37.82%
B=36.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801181140.3200.030.54173.6819.1938.82
Hex507672200336ae1327
Octal1201661624003662562347
Binary1010000111011011100101000000111101101010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507672; }

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

 H1.HeaderClassName
 {
   color: #507672;
 }
 .AnyTagClassName
 {
   color: #507672;
 }
</style>
background-color css

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

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

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

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

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

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