#50617B

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

Shades of Chambray #50617B

Tints of Chambray #50617B

Color information

#50617B (or 0x50617B) is unknown color: approx Chambray. HEX triplet: 50, 61 and 7B. RGB value is (80,97,123). Sum of RGB (Red+Green+Blue) = 80+97+123=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #50617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50617B is #AF9E84. Grayscale: #5E5E5E. Windows color (decimal): -11509381 or 8085840. OLE color: 8085840.

HSL color Cylindrical-coordinate representation of color #50617B: hue angle of 216.28º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50617B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8097123-
CMYK0.350.2100.52
HSL216.28º21.18%39.8%-
HSV(B)216.28º34.96%48.24%-
XYZ11.1611.6820.41-
YUV94.88143.87117.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=26.67%
G=32.33%
B=41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80971230.350.2100.52216.2821.1839.8
Hex50617B2315034d81528
Octal12014117343250643302550
Binary1010000110000111110111000111010101101001101100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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