#505B71

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

Shades of Chambray #505B71

Tints of Chambray #505B71

Color information

#505B71 (or 0x505B71) is unknown color: approx Chambray. HEX triplet: 50, 5B and 71. RGB value is (80,91,113). Sum of RGB (Red+Green+Blue) = 80+91+113=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #505B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B71 is #AFA48E. Grayscale: #5A5A5A. Windows color (decimal): -11510927 or 7428944. OLE color: 7428944.

HSL color Cylindrical-coordinate representation of color #505B71: hue angle of 220º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505B71 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8091113-
CMYK0.290.1900.56
HSL220º17.1%37.84%-
HSV(B)220º29.2%44.31%-
XYZ10.0310.3817.1-
YUV90.22140.86120.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=28.17%
G=32.04%
B=39.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80911130.290.1900.5622017.137.84
Hex505B711D13038dc1126
Octal12013316135230703342146
Binary101000010110111110001111011001101110001101110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B71; }

 p { color: rgb(80,91,113); }

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

<style>
 a { background-color: #505B71; }

 a { background-color: rgb(80,91,113); }

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

<style>
 span { border-color: #505B71; }

 span { border-color: rgb(80,91,113); }

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