#505F83

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

Shades of Chambray #505F83

Tints of Chambray #505F83

Color information

#505F83 (or 0x505F83) is unknown color: approx Chambray. HEX triplet: 50, 5F and 83. RGB value is (80,95,131). Sum of RGB (Red+Green+Blue) = 80+95+131=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #505F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F83 is #AFA07C. Grayscale: #5E5E5E. Windows color (decimal): -11509885 or 8609616. OLE color: 8609616.

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

Color convert

RGB8095131-
CMYK0.390.2700.49
HSL222.35º24.17%41.37%-
HSV(B)222.35º38.93%51.37%-
XYZ11.511.5323.09-
YUV94.62148.53117.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=26.14%
G=31.05%
B=42.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80951310.390.2700.49222.3524.1741.37
Hex505F83271B031de1829
Octal12013720347330613363051
Binary10100001011111100000111001111101101100011101111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,131); }

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

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

 a { background-color: rgb(80,95,131); }

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

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

 span { border-color: rgb(80,95,131); }

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