#506282

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

Shades of Chambray #506282

Tints of Chambray #506282

Color information

#506282 (or 0x506282) is unknown color: approx Chambray. HEX triplet: 50, 62 and 82. RGB value is (80,98,130). Sum of RGB (Red+Green+Blue) = 80+98+130=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 98 (38.67% from 255 or 31.82% 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 #506282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506282 is #AF9D7D. Grayscale: #606060. Windows color (decimal): -11509118 or 8544848. OLE color: 8544848.

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

Color convert

RGB8098130-
CMYK0.380.2500.49
HSL218.4º23.81%41.18%-
HSV(B)218.4º38.46%50.98%-
XYZ11.7112.0522.83-
YUV96.27147.04116.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=25.97%
G=31.82%
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
Decimal80981300.380.2500.49218.423.8141.18
Hex5062822619031da1829
Octal12014220246310613323051
Binary10100001100010100000101001101100101100011101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506282; }

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

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

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

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

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

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

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

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