#50617F

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

Shades of Chambray #50617F

Tints of Chambray #50617F

Color information

#50617F (or 0x50617F) is unknown color: approx Chambray. HEX triplet: 50, 61 and 7F. RGB value is (80,97,127). Sum of RGB (Red+Green+Blue) = 80+97+127=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #50617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50617F is #AF9E80. Grayscale: #5F5F5F. Windows color (decimal): -11509377 or 8347984. OLE color: 8347984.

HSL color Cylindrical-coordinate representation of color #50617F: hue angle of 218.3º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50617F is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8097127-
CMYK0.370.2400.50
HSL218.3º22.71%40.59%-
HSV(B)218.3º37.01%49.8%-
XYZ11.4111.7921.75-
YUV95.34145.87117.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 127 (50% from 255) = 41.78%
R=26.32%
G=31.91%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80971270.370.2400.50218.322.7140.59
Hex50617F2518032da1729
Octal12014117745300623322751
Binary1010000110000111111111001011100001100101101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50617F; }

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

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

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

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

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

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

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

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