#506F70

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

Shades of William #506F70

Tints of William #506F70

Color information

#506F70 (or 0x506F70) is unknown color: approx William. HEX triplet: 50, 6F and 70. RGB value is (80,111,112). Sum of RGB (Red+Green+Blue) = 80+111+112=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #506F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F70 is #AF908F. Grayscale: #656565. Windows color (decimal): -11505808 or 7368528. OLE color: 7368528.

HSL color Cylindrical-coordinate representation of color #506F70: hue angle of 181.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506F70 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80111112-
CMYK0.290.0100.56
HSL181.88º16.67%37.65%-
HSV(B)181.88º28.57%43.92%-
XYZ11.9214.2417.45-
YUV101.84133.73112.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=26.40%
G=36.63%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801111120.290.0100.56181.8816.6737.65
Hex506F701D1038b61126
Octal1201571603510702662146
Binary10100001101111111000011101101110001011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F70; }

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

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

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

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

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

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

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

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