#515C70

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

Shades of Chambray #515C70

Tints of Chambray #515C70

Color information

#515C70 (or 0x515C70) is unknown color: approx Chambray. HEX triplet: 51, 5C and 70. RGB value is (81,92,112). Sum of RGB (Red+Green+Blue) = 81+92+112=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #515C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C70 is #AEA38F. Grayscale: #5A5A5A. Windows color (decimal): -11445136 or 7363665. OLE color: 7363665.

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

Color convert

RGB8192112-
CMYK0.280.1800.56
HSL218.71º16.06%37.84%-
HSV(B)218.71º27.68%43.92%-
XYZ10.1510.5716.84-
YUV90.99139.86120.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=28.42%
G=32.28%
B=39.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81921120.280.1800.56218.7116.0637.84
Hex515C701C12038db1026
Octal12113416034220703332046
Binary101000110111001110000111001001001110001101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,112); }

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

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

 a { background-color: rgb(81,92,112); }

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

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

 span { border-color: rgb(81,92,112); }

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