#50627B

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

Shades of Chambray #50627B

Tints of Chambray #50627B

Color information

#50627B (or 0x50627B) is unknown color: approx Chambray. HEX triplet: 50, 62 and 7B. RGB value is (80,98,123). Sum of RGB (Red+Green+Blue) = 80+98+123=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #50627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50627B is #AF9D84. Grayscale: #5F5F5F. Windows color (decimal): -11509125 or 8086096. OLE color: 8086096.

HSL color Cylindrical-coordinate representation of color #50627B: hue angle of 214.88º 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 #50627B is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8098123-
CMYK0.350.2000.52
HSL214.88º21.18%39.8%-
HSV(B)214.88º34.96%48.24%-
XYZ11.2511.8720.44-
YUV95.47143.54116.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=26.58%
G=32.56%
B=40.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80981230.350.2000.52214.8821.1839.8
Hex50627B2314034d71528
Octal12014217343240643272550
Binary1010000110001011110111000111010001101001101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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