#505B82

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

Shades of Chambray #505B82

Tints of Chambray #505B82

Color information

#505B82 (or 0x505B82) is unknown color: approx Chambray. HEX triplet: 50, 5B and 82. RGB value is (80,91,130). Sum of RGB (Red+Green+Blue) = 80+91+130=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #505B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B82 is #AFA47D. Grayscale: #5B5B5B. Windows color (decimal): -11510910 or 8543056. OLE color: 8543056.

HSL color Cylindrical-coordinate representation of color #505B82: hue angle of 226.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505B82 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8091130-
CMYK0.380.3000.49
HSL226.8º23.81%41.18%-
HSV(B)226.8º38.46%50.98%-
XYZ11.0810.822.62-
YUV92.16149.36119.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=26.58%
G=30.23%
B=43.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80911300.380.3000.49226.823.8141.18
Hex505B82261E031e31829
Octal12013320246360613433051
Binary10100001011011100000101001101111001100011110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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