#506378

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

Shades of Chambray #506378

Tints of Chambray #506378

Color information

#506378 (or 0x506378) is unknown color: approx Chambray. HEX triplet: 50, 63 and 78. RGB value is (80,99,120). Sum of RGB (Red+Green+Blue) = 80+99+120=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #506378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506378 is #AF9C87. Grayscale: #5F5F5F. Windows color (decimal): -11508872 or 7889744. OLE color: 7889744.

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

Color convert

RGB8099120-
CMYK0.330.1700.53
HSL211.5º20%39.22%-
HSV(B)211.5º33.33%47.06%-
XYZ11.1611.9919.49-
YUV95.71141.71116.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=26.76%
G=33.11%
B=40.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80991200.330.1700.53211.52039.22
Hex5063782111035d41427
Octal12014317041210653242447
Binary1010000110001111110001000011000101101011101010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506378; }

 p { color: rgb(80,99,120); }

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

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

 a { background-color: rgb(80,99,120); }

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

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

 span { border-color: rgb(80,99,120); }

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