#505D7A

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

Shades of Chambray #505D7A

Tints of Chambray #505D7A

Color information

#505D7A (or 0x505D7A) is unknown color: approx Chambray. HEX triplet: 50, 5D and 7A. RGB value is (80,93,122). Sum of RGB (Red+Green+Blue) = 80+93+122=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #505D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D7A is #AFA285. Grayscale: #5C5C5C. Windows color (decimal): -11510406 or 8019280. OLE color: 8019280.

HSL color Cylindrical-coordinate representation of color #505D7A: hue angle of 221.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505D7A is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8093122-
CMYK0.340.2400.52
HSL221.43º20.79%39.61%-
HSV(B)221.43º34.43%47.84%-
XYZ10.7410.9419.96-
YUV92.42144.69119.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=27.12%
G=31.53%
B=41.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80931220.340.2400.52221.4320.7939.61
Hex505D7A2218034dd1528
Octal12013517242300643352550
Binary1010000101110111110101000101100001101001101110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505D7A; }

 p { color: rgb(80,93,122); }

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

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

 a { background-color: rgb(80,93,122); }

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

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

 span { border-color: rgb(80,93,122); }

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