#505B6D

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

Shades of Chambray #505B6D

Tints of Chambray #505B6D

Color information

#505B6D (or 0x505B6D) is unknown color: approx Chambray. HEX triplet: 50, 5B and 6D. RGB value is (80,91,109). Sum of RGB (Red+Green+Blue) = 80+91+109=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #505B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B6D is #AFA492. Grayscale: #595959. Windows color (decimal): -11510931 or 7166800. OLE color: 7166800.

HSL color Cylindrical-coordinate representation of color #505B6D: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505B6D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8091109-
CMYK0.270.1700.57
HSL217.24º15.34%37.06%-
HSV(B)217.24º26.61%42.75%-
XYZ9.8110.2915.94-
YUV89.76138.86121.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=28.57%
G=32.5%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80911090.270.1700.57217.2415.3437.06
Hex505B6D1B11039d9f25
Octal12013315533210713311745
Binary10100001011011110110111011100010111001110110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,109); }

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

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

 a { background-color: rgb(80,91,109); }

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

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

 span { border-color: rgb(80,91,109); }

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