#507670

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

Shades of William #507670

Tints of William #507670

Color information

#507670 (or 0x507670) is unknown color: approx William. HEX triplet: 50, 76 and 70. RGB value is (80,118,112). Sum of RGB (Red+Green+Blue) = 80+118+112=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #507670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507670 is #AF898F. Grayscale: #696969. Windows color (decimal): -11504016 or 7370320. OLE color: 7370320.

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

Color convert

RGB80118112-
CMYK0.3200.050.54
HSL170.53º19.19%38.82%-
HSV(B)170.53º32.2%46.27%-
XYZ12.7115.8317.72-
YUV105.95131.41109.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=25.81%
G=38.06%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801181120.3200.050.54170.5319.1938.82
Hex507670200536ab1327
Octal1201661604005662532347
Binary10100001110110111000010000001011101101010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507670; }

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

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

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

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

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

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

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

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