#516179

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

Shades of Chambray #516179

Tints of Chambray #516179

Color information

#516179 (or 0x516179) is unknown color: approx Chambray. HEX triplet: 51, 61 and 79. RGB value is (81,97,121). Sum of RGB (Red+Green+Blue) = 81+97+121=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #516179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516179 is #AE9E86. Grayscale: #5E5E5E. Windows color (decimal): -11443847 or 7954769. OLE color: 7954769.

HSL color Cylindrical-coordinate representation of color #516179: hue angle of 216º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516179 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8197121-
CMYK0.330.2000.53
HSL216º19.8%39.61%-
HSV(B)216º33.06%47.45%-
XYZ11.1211.6819.76-
YUV94.95142.7118.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=27.09%
G=32.44%
B=40.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81971210.330.2000.5321619.839.61
Hex5161792114035d81428
Octal12114117141240653302450
Binary1010001110000111110011000011010001101011101100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516179; }

 p { color: rgb(81,97,121); }

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

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

 a { background-color: rgb(81,97,121); }

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

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

 span { border-color: rgb(81,97,121); }

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