#505E6F

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

Shades of Chambray #505E6F

Tints of Chambray #505E6F

Color information

#505E6F (or 0x505E6F) is unknown color: approx Chambray. HEX triplet: 50, 5E and 6F. RGB value is (80,94,111). Sum of RGB (Red+Green+Blue) = 80+94+111=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #505E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E6F is #AFA190. Grayscale: #5B5B5B. Windows color (decimal): -11510161 or 7298640. OLE color: 7298640.

HSL color Cylindrical-coordinate representation of color #505E6F: hue angle of 212.9º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #505E6F is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8094111-
CMYK0.280.1500.56
HSL212.9º16.23%37.45%-
HSV(B)212.9º27.93%43.53%-
XYZ10.1810.8616.6-
YUV91.75138.86119.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=28.07%
G=32.98%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80941110.280.1500.56212.916.2337.45
Hex505E6F1CF038d51025
Octal12013615734170703252045
Binary10100001011110110111111100111101110001101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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