#506082

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

Shades of Chambray #506082

Tints of Chambray #506082

Color information

#506082 (or 0x506082) is unknown color: approx Chambray. HEX triplet: 50, 60 and 82. RGB value is (80,96,130). Sum of RGB (Red+Green+Blue) = 80+96+130=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #506082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506082 is #AF9F7D. Grayscale: #5E5E5E. Windows color (decimal): -11509630 or 8544336. OLE color: 8544336.

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

Color convert

RGB8096130-
CMYK0.380.2600.49
HSL220.8º23.81%41.18%-
HSV(B)220.8º38.46%50.98%-
XYZ11.5211.6822.77-
YUV95.09147.7117.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=26.14%
G=31.37%
B=42.48%

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
Decimal80961300.380.2600.49220.823.8141.18
Hex506082261A031dd1829
Octal12014020246320613353051
Binary10100001100000100000101001101101001100011101110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506082; }

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

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

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

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

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

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

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

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