#506176

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

Shades of Chambray #506176

Tints of Chambray #506176

Color information

#506176 (or 0x506176) is unknown color: approx Chambray. HEX triplet: 50, 61 and 76. RGB value is (80,97,118). Sum of RGB (Red+Green+Blue) = 80+97+118=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #506176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506176 is #AF9E89. Grayscale: #5E5E5E. Windows color (decimal): -11509386 or 7758160. OLE color: 7758160.

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

Color convert

RGB8097118-
CMYK0.320.1800.54
HSL213.16º19.19%38.82%-
HSV(B)213.16º32.2%46.27%-
XYZ10.8511.5618.8-
YUV94.31141.37117.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 118 (46.48% from 255) = 40%
R=27.12%
G=32.88%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80971180.320.1800.54213.1619.1938.82
Hex5061762012036d51327
Octal12014116640220663252347
Binary1010000110000111101101000001001001101101101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506176; }

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

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

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

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

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

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

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

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