#515B6C

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

Shades of Chambray #515B6C

Tints of Chambray #515B6C

Color information

#515B6C (or 0x515B6C) is unknown color: approx Chambray. HEX triplet: 51, 5B and 6C. RGB value is (81,91,108). Sum of RGB (Red+Green+Blue) = 81+91+108=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #515B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6C is #AEA493. Grayscale: #595959. Windows color (decimal): -11445396 or 7101265. OLE color: 7101265.

HSL color Cylindrical-coordinate representation of color #515B6C: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #515B6C is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8191108-
CMYK0.250.1600.58
HSL217.78º14.29%37.06%-
HSV(B)217.78º25%42.35%-
XYZ9.8410.3115.66-
YUV89.95138.19121.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=28.93%
G=32.5%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81911080.250.1600.58217.7814.2937.06
Hex515B6C191003Adae25
Octal12113315431200723321645
Binary10100011011011110110011001100000111010110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,91,108); }

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

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

 a { background-color: rgb(81,91,108); }

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

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

 span { border-color: rgb(81,91,108); }

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