#50587A

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

Shades of Chambray #50587A

Tints of Chambray #50587A

Color information

#50587A (or 0x50587A) is unknown color: approx Chambray. HEX triplet: 50, 58 and 7A. RGB value is (80,88,122). Sum of RGB (Red+Green+Blue) = 80+88+122=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #50587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50587A is #AFA785. Grayscale: #595959. Windows color (decimal): -11511686 or 8018000. OLE color: 8018000.

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

Color convert

RGB8088122-
CMYK0.340.2800.52
HSL228.57º20.79%39.61%-
HSV(B)228.57º34.43%47.84%-
XYZ10.3110.0919.82-
YUV89.48146.35121.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=27.59%
G=30.34%
B=42.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80881220.340.2800.52228.5720.7939.61
Hex50587A221C034e51528
Octal12013017242340643452550
Binary1010000101100011110101000101110001101001110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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