#505E7F

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

Shades of Chambray #505E7F

Tints of Chambray #505E7F

Color information

#505E7F (or 0x505E7F) is unknown color: approx Chambray. HEX triplet: 50, 5E and 7F. RGB value is (80,94,127). Sum of RGB (Red+Green+Blue) = 80+94+127=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #505E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E7F is #AFA180. Grayscale: #5D5D5D. Windows color (decimal): -11510145 or 8347216. OLE color: 8347216.

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

Color convert

RGB8094127-
CMYK0.370.2600.50
HSL222.13º22.71%40.59%-
HSV(B)222.13º37.01%49.8%-
XYZ11.1411.2421.66-
YUV93.58146.86118.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 127 (50% from 255) = 42.19%
R=26.58%
G=31.23%
B=42.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80941270.370.2600.50222.1322.7140.59
Hex505E7F251A032de1729
Octal12013617745320623362751
Binary1010000101111011111111001011101001100101101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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