#515D6D

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

Shades of Chambray #515D6D

Tints of Chambray #515D6D

Color information

#515D6D (or 0x515D6D) is unknown color: approx Chambray. HEX triplet: 51, 5D and 6D. RGB value is (81,93,109). Sum of RGB (Red+Green+Blue) = 81+93+109=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #515D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D6D is #AEA292. Grayscale: #5B5B5B. Windows color (decimal): -11444883 or 7167313. OLE color: 7167313.

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

Color convert

RGB8193109-
CMYK0.260.1500.57
HSL214.29º14.74%37.25%-
HSV(B)214.29º25.69%42.75%-
XYZ10.0710.6816-
YUV91.24138.02120.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=28.62%
G=32.86%
B=38.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81931090.260.1500.57214.2914.7437.25
Hex515D6D1AF039d6f25
Octal12113515532170713261745
Binary1010001101110111011011101011110111001110101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D6D; }

 p { color: rgb(81,93,109); }

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

<style>
 a { background-color: #515D6D; }

 a { background-color: rgb(81,93,109); }

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

<style>
 span { border-color: #515D6D; }

 span { border-color: rgb(81,93,109); }

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