#505E85

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

Shades of Chambray #505E85

Tints of Chambray #505E85

Color information

#505E85 (or 0x505E85) is unknown color: approx Chambray. HEX triplet: 50, 5E and 85. RGB value is (80,94,133). Sum of RGB (Red+Green+Blue) = 80+94+133=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #505E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E85 is #AFA17A. Grayscale: #5E5E5E. Windows color (decimal): -11510139 or 8740432. OLE color: 8740432.

HSL color Cylindrical-coordinate representation of color #505E85: hue angle of 224.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505E85 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8094133-
CMYK0.400.2900.48
HSL224.15º24.88%41.76%-
HSV(B)224.15º39.85%52.16%-
XYZ11.5411.423.78-
YUV94.26149.86117.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=26.06%
G=30.62%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80941330.400.2900.48224.1524.8841.76
Hex505E85281D030e0192a
Octal12013620550350603403152
Binary10100001011110100001011010001110101100001110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,133); }

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

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

 a { background-color: rgb(80,94,133); }

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

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

 span { border-color: rgb(80,94,133); }

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