#516275

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

Shades of Chambray #516275

Tints of Chambray #516275

Color information

#516275 (or 0x516275) is unknown color: approx Chambray. HEX triplet: 51, 62 and 75. RGB value is (81,98,117). Sum of RGB (Red+Green+Blue) = 81+98+117=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #516275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516275 is #AE9D8A. Grayscale: #5E5E5E. Windows color (decimal): -11443595 or 7692881. OLE color: 7692881.

HSL color Cylindrical-coordinate representation of color #516275: hue angle of 211.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516275 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8198117-
CMYK0.310.1600.54
HSL211.67º18.18%38.82%-
HSV(B)211.67º30.77%45.88%-
XYZ10.9711.7718.52-
YUV95.08140.37117.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=27.36%
G=33.11%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81981170.310.1600.54211.6718.1838.82
Hex5162751F10036d41227
Octal12114216537200663242247
Binary101000111000101110101111111000001101101101010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516275; }

 p { color: rgb(81,98,117); }

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

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

 a { background-color: rgb(81,98,117); }

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

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

 span { border-color: rgb(81,98,117); }

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