#506073

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

Shades of Chambray #506073

Tints of Chambray #506073

Color information

#506073 (or 0x506073) is unknown color: approx Chambray. HEX triplet: 50, 60 and 73. RGB value is (80,96,115). Sum of RGB (Red+Green+Blue) = 80+96+115=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #506073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506073 is #AF9F8C. Grayscale: #5D5D5D. Windows color (decimal): -11509645 or 7561296. OLE color: 7561296.

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

Color convert

RGB8096115-
CMYK0.300.1700.55
HSL212.57º17.95%38.24%-
HSV(B)212.57º30.43%45.1%-
XYZ10.5911.3117.84-
YUV93.38140.2118.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=27.49%
G=32.99%
B=39.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80961150.300.1700.55212.5717.9538.24
Hex5060731E11037d51226
Octal12014016336210673252246
Binary101000011000001110011111101000101101111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506073; }

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

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

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

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

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

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

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

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