#505A81

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

Shades of Chambray #505A81

Tints of Chambray #505A81

Color information

#505A81 (or 0x505A81) is unknown color: approx Chambray. HEX triplet: 50, 5A and 81. RGB value is (80,90,129). Sum of RGB (Red+Green+Blue) = 80+90+129=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #505A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A81 is #AFA57E. Grayscale: #5B5B5B. Windows color (decimal): -11511167 or 8477264. OLE color: 8477264.

HSL color Cylindrical-coordinate representation of color #505A81: hue angle of 227.76º degrees, saturation: 0.23, 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 #505A81 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8090129-
CMYK0.380.3000.49
HSL227.76º23.44%40.98%-
HSV(B)227.76º37.98%50.59%-
XYZ10.9310.622.24-
YUV91.46149.19119.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=26.76%
G=30.10%
B=43.14%

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
Decimal80901290.380.3000.49227.7623.4440.98
Hex505A81261E031e41729
Octal12013220146360613442751
Binary10100001011010100000011001101111001100011110010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,129); }

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

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

 a { background-color: rgb(80,90,129); }

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

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

 span { border-color: rgb(80,90,129); }

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