#505D81

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

Shades of Chambray #505D81

Tints of Chambray #505D81

Color information

#505D81 (or 0x505D81) is unknown color: approx Chambray. HEX triplet: 50, 5D and 81. RGB value is (80,93,129). Sum of RGB (Red+Green+Blue) = 80+93+129=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #505D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D81 is #AFA27E. Grayscale: #5D5D5D. Windows color (decimal): -11510399 or 8478032. OLE color: 8478032.

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

Color convert

RGB8093129-
CMYK0.380.2800.49
HSL224.08º23.44%40.98%-
HSV(B)224.08º37.98%50.59%-
XYZ11.1911.1222.33-
YUV93.22148.19118.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=26.49%
G=30.79%
B=42.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80931290.380.2800.49224.0823.4440.98
Hex505D81261C031e01729
Octal12013520146340613402751
Binary10100001011101100000011001101110001100011110000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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