#505D80

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

Shades of Chambray #505D80

Tints of Chambray #505D80

Color information

#505D80 (or 0x505D80) is unknown color: approx Chambray. HEX triplet: 50, 5D and 80. RGB value is (80,93,128). Sum of RGB (Red+Green+Blue) = 80+93+128=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #505D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D80 is #AFA27F. Grayscale: #5C5C5C. Windows color (decimal): -11510400 or 8412496. OLE color: 8412496.

HSL color Cylindrical-coordinate representation of color #505D80: hue angle of 223.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505D80 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8093128-
CMYK0.380.2700.50
HSL223.75º23.08%40.78%-
HSV(B)223.75º37.5%50.2%-
XYZ11.1211.0921.98-
YUV93.1147.69118.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=26.58%
G=30.90%
B=42.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80931280.380.2700.50223.7523.0840.78
Hex505D80261B032e01729
Octal12013520046330623402751
Binary10100001011101100000001001101101101100101110000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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