#506072

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

Shades of Chambray #506072

Tints of Chambray #506072

Color information

#506072 (or 0x506072) is unknown color: approx Chambray. HEX triplet: 50, 60 and 72. RGB value is (80,96,114). Sum of RGB (Red+Green+Blue) = 80+96+114=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #506072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506072 is #AF9F8D. Grayscale: #5D5D5D. Windows color (decimal): -11509646 or 7495760. OLE color: 7495760.

HSL color Cylindrical-coordinate representation of color #506072: hue angle of 211.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506072 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8096114-
CMYK0.300.1600.55
HSL211.76º17.53%38.04%-
HSV(B)211.76º29.82%44.71%-
XYZ10.5311.2917.54-
YUV93.27139.7118.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=27.59%
G=33.10%
B=39.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80961140.300.1600.55211.7617.5338.04
Hex5060721E10037d41226
Octal12014016236200673242246
Binary101000011000001110010111101000001101111101010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506072; }

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

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

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

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

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

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

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

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