#50587C

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

Shades of Chambray #50587C

Tints of Chambray #50587C

Color information

#50587C (or 0x50587C) is unknown color: approx Chambray. HEX triplet: 50, 58 and 7C. RGB value is (80,88,124). Sum of RGB (Red+Green+Blue) = 80+88+124=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #50587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50587C is #AFA783. Grayscale: #595959. Windows color (decimal): -11511684 or 8149072. OLE color: 8149072.

HSL color Cylindrical-coordinate representation of color #50587C: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50587C is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8088124-
CMYK0.350.2900.51
HSL229.09º21.57%40%-
HSV(B)229.09º35.48%48.63%-
XYZ10.4410.1420.48-
YUV89.71147.35121.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=27.40%
G=30.14%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80881240.350.2900.51229.0921.5740
Hex50587C231D033e51628
Octal12013017443350633452650
Binary1010000101100011111001000111110101100111110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50587C; }

 p { color: rgb(80,88,124); }

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

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

 a { background-color: rgb(80,88,124); }

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

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

 span { border-color: rgb(80,88,124); }

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