#506071

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

Shades of Chambray #506071

Tints of Chambray #506071

Color information

#506071 (or 0x506071) is unknown color: approx Chambray. HEX triplet: 50, 60 and 71. RGB value is (80,96,113). Sum of RGB (Red+Green+Blue) = 80+96+113=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #506071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506071 is #AF9F8E. Grayscale: #5D5D5D. Windows color (decimal): -11509647 or 7430224. OLE color: 7430224.

HSL color Cylindrical-coordinate representation of color #506071: hue angle of 210.91º 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 #506071 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8096113-
CMYK0.290.1500.56
HSL210.91º17.1%37.84%-
HSV(B)210.91º29.2%44.31%-
XYZ10.4711.2617.24-
YUV93.15139.2118.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=27.68%
G=33.22%
B=39.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80961130.290.1500.56210.9117.137.84
Hex5060711DF038d31126
Octal12014016135170703232146
Binary10100001100000111000111101111101110001101001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506071; }

 p { color: rgb(80,96,113); }

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

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

 a { background-color: rgb(80,96,113); }

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

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

 span { border-color: rgb(80,96,113); }

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