#516082

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

Shades of Chambray #516082

Tints of Chambray #516082

Color information

#516082 (or 0x516082) is unknown color: approx Chambray. HEX triplet: 51, 60 and 82. RGB value is (81,96,130). Sum of RGB (Red+Green+Blue) = 81+96+130=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #516082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516082 is #AE9F7D. Grayscale: #5F5F5F. Windows color (decimal): -11444094 or 8544337. OLE color: 8544337.

HSL color Cylindrical-coordinate representation of color #516082: hue angle of 221.63º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516082 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8196130-
CMYK0.380.2600.49
HSL221.63º23.22%41.37%-
HSV(B)221.63º37.69%50.98%-
XYZ11.6111.7322.77-
YUV95.39147.53117.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=26.38%
G=31.27%
B=42.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81961300.380.2600.49221.6323.2241.37
Hex516082261A031de1729
Octal12114020246320613362751
Binary10100011100000100000101001101101001100011101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516082; }

 p { color: rgb(81,96,130); }

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

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

 a { background-color: rgb(81,96,130); }

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

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

 span { border-color: rgb(81,96,130); }

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