#506281

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

Shades of Chambray #506281

Tints of Chambray #506281

Color information

#506281 (or 0x506281) is unknown color: approx Chambray. HEX triplet: 50, 62 and 81. RGB value is (80,98,129). Sum of RGB (Red+Green+Blue) = 80+98+129=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #506281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506281 is #AF9D7E. Grayscale: #606060. Windows color (decimal): -11509119 or 8479312. OLE color: 8479312.

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

Color convert

RGB8098129-
CMYK0.380.2400.49
HSL217.96º23.44%40.98%-
HSV(B)217.96º37.98%50.59%-
XYZ11.6412.0322.48-
YUV96.15146.54116.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=26.06%
G=31.92%
B=42.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80981290.380.2400.49217.9623.4440.98
Hex5062812618031da1729
Octal12014220146300613322751
Binary10100001100010100000011001101100001100011101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506281; }

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

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

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

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

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

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

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

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