#505F71

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

Shades of Chambray #505F71

Tints of Chambray #505F71

Color information

#505F71 (or 0x505F71) is unknown color: approx Chambray. HEX triplet: 50, 5F and 71. RGB value is (80,95,113). Sum of RGB (Red+Green+Blue) = 80+95+113=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #505F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F71 is #AFA08E. Grayscale: #5C5C5C. Windows color (decimal): -11509903 or 7429968. OLE color: 7429968.

HSL color Cylindrical-coordinate representation of color #505F71: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505F71 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8095113-
CMYK0.290.1600.56
HSL212.73º17.1%37.84%-
HSV(B)212.73º29.2%44.31%-
XYZ10.3811.0817.21-
YUV92.57139.53119.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=27.78%
G=32.99%
B=39.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80951130.290.1600.56212.7317.137.84
Hex505F711D10038d51126
Octal12013716135200703252146
Binary101000010111111110001111011000001110001101010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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