#516182

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

Shades of Chambray #516182

Tints of Chambray #516182

Color information

#516182 (or 0x516182) is unknown color: approx Chambray. HEX triplet: 51, 61 and 82. RGB value is (81,97,130). Sum of RGB (Red+Green+Blue) = 81+97+130=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #516182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516182 is #AE9E7D. Grayscale: #5F5F5F. Windows color (decimal): -11443838 or 8544593. OLE color: 8544593.

HSL color Cylindrical-coordinate representation of color #516182: hue angle of 220.41º 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 #516182 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8197130-
CMYK0.380.2500.49
HSL220.41º23.22%41.37%-
HSV(B)220.41º37.69%50.98%-
XYZ11.711.9122.8-
YUV95.98147.2117.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=26.30%
G=31.49%
B=42.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81971300.380.2500.49220.4123.2241.37
Hex5161822619031dc1729
Octal12114120246310613342751
Binary10100011100001100000101001101100101100011101110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516182; }

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

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

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

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

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

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

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

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