#505B86

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

Shades of Chambray #505B86

Tints of Chambray #505B86

Color information

#505B86 (or 0x505B86) is unknown color: approx Chambray. HEX triplet: 50, 5B and 86. RGB value is (80,91,134). Sum of RGB (Red+Green+Blue) = 80+91+134=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #505B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B86 is #AFA479. Grayscale: #5C5C5C. Windows color (decimal): -11510906 or 8805200. OLE color: 8805200.

HSL color Cylindrical-coordinate representation of color #505B86: hue angle of 227.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505B86 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8091134-
CMYK0.400.3200.47
HSL227.78º25.23%41.96%-
HSV(B)227.78º40.3%52.55%-
XYZ11.3510.9124.06-
YUV92.61151.36119-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=26.23%
G=29.84%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80911340.400.3200.47227.7825.2341.96
Hex505B86282002Fe4192a
Octal12013320650400573443152
Binary101000010110111000011010100010000001011111110010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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