#506182

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

Shades of Chambray #506182

Tints of Chambray #506182

Color information

#506182 (or 0x506182) is unknown color: approx Chambray. HEX triplet: 50, 61 and 82. RGB value is (80,97,130). Sum of RGB (Red+Green+Blue) = 80+97+130=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 97 (38.28% from 255 or 31.60% 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 #506182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506182 is #AF9E7D. Grayscale: #5F5F5F. Windows color (decimal): -11509374 or 8544592. OLE color: 8544592.

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

Color convert

RGB8097130-
CMYK0.380.2500.49
HSL219.6º23.81%41.18%-
HSV(B)219.6º38.46%50.98%-
XYZ11.6111.8722.8-
YUV95.68147.37116.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=26.06%
G=31.60%
B=42.35%

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
Decimal80971300.380.2500.49219.623.8141.18
Hex5061822619031dc1829
Octal12014120246310613343051
Binary10100001100001100000101001101100101100011101110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506182; }

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

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

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

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

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

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

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

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