#506276

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

Shades of Chambray #506276

Tints of Chambray #506276

Color information

#506276 (or 0x506276) is unknown color: approx Chambray. HEX triplet: 50, 62 and 76. RGB value is (80,98,118). Sum of RGB (Red+Green+Blue) = 80+98+118=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #506276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506276 is #AF9D89. Grayscale: #5E5E5E. Windows color (decimal): -11509130 or 7758416. OLE color: 7758416.

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

Color convert

RGB8098118-
CMYK0.320.1700.54
HSL211.58º19.19%38.82%-
HSV(B)211.58º32.2%46.27%-
XYZ10.9511.7518.83-
YUV94.9141.04117.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=27.03%
G=33.11%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80981180.320.1700.54211.5819.1938.82
Hex5062762011036d41327
Octal12014216640210663242347
Binary1010000110001011101101000001000101101101101010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506276; }

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

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

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

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

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

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

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

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