#506279

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

Shades of Chambray #506279

Tints of Chambray #506279

Color information

#506279 (or 0x506279) is unknown color: approx Chambray. HEX triplet: 50, 62 and 79. RGB value is (80,98,121). Sum of RGB (Red+Green+Blue) = 80+98+121=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #506279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506279 is #AF9D86. Grayscale: #5F5F5F. Windows color (decimal): -11509127 or 7955024. OLE color: 7955024.

HSL color Cylindrical-coordinate representation of color #506279: hue angle of 213.66º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506279 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8098121-
CMYK0.340.1900.53
HSL213.66º20.4%39.41%-
HSV(B)213.66º33.88%47.45%-
XYZ11.1311.8219.78-
YUV95.24142.54117.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=26.76%
G=32.78%
B=40.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80981210.340.1900.53213.6620.439.41
Hex5062792213035d61427
Octal12014217142230653262447
Binary1010000110001011110011000101001101101011101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506279; }

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

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

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

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

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

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

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

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