#506174

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

Shades of Chambray #506174

Tints of Chambray #506174

Color information

#506174 (or 0x506174) is unknown color: approx Chambray. HEX triplet: 50, 61 and 74. RGB value is (80,97,116). Sum of RGB (Red+Green+Blue) = 80+97+116=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #506174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506174 is #AF9E8B. Grayscale: #5D5D5D. Windows color (decimal): -11509388 or 7627088. OLE color: 7627088.

HSL color Cylindrical-coordinate representation of color #506174: hue angle of 211.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #506174 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8097116-
CMYK0.310.1600.55
HSL211.67º18.37%38.43%-
HSV(B)211.67º31.03%45.49%-
XYZ10.7411.5218.18-
YUV94.08140.37117.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=27.30%
G=33.11%
B=39.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80971160.310.1600.55211.6718.3738.43
Hex5061741F10037d41226
Octal12014116437200673242246
Binary101000011000011110100111111000001101111101010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506174; }

 p { color: rgb(80,97,116); }

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

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

 a { background-color: rgb(80,97,116); }

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

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

 span { border-color: rgb(80,97,116); }

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