#516078

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

Shades of Chambray #516078

Tints of Chambray #516078

Color information

#516078 (or 0x516078) is unknown color: approx Chambray. HEX triplet: 51, 60 and 78. RGB value is (81,96,120). Sum of RGB (Red+Green+Blue) = 81+96+120=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #516078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516078 is #AE9F87. Grayscale: #5E5E5E. Windows color (decimal): -11444104 or 7888977. OLE color: 7888977.

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

Color convert

RGB8196120-
CMYK0.320.200.53
HSL216.92º19.4%39.41%-
HSV(B)216.92º32.5%47.06%-
XYZ10.9711.4719.41-
YUV94.25142.53118.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=27.27%
G=32.32%
B=40.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81961200.320.200.53216.9219.439.41
Hex5160782014035d91327
Octal12114017040240653312347
Binary1010001110000011110001000001010001101011101100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516078; }

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

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

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

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

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

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

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

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