#51587F

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

Shades of Chambray #51587F

Tints of Chambray #51587F

Color information

#51587F (or 0x51587F) is unknown color: approx Chambray. HEX triplet: 51, 58 and 7F. RGB value is (81,88,127). Sum of RGB (Red+Green+Blue) = 81+88+127=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #51587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51587F is #AEA780. Grayscale: #5A5A5A. Windows color (decimal): -11446145 or 8345681. OLE color: 8345681.

HSL color Cylindrical-coordinate representation of color #51587F: hue angle of 230.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51587F is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8188127-
CMYK0.360.3100.50
HSL230.87º22.12%40.78%-
HSV(B)230.87º36.22%49.8%-
XYZ10.7110.2621.49-
YUV90.35148.68121.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 127 (50% from 255) = 42.91%
R=27.36%
G=29.73%
B=42.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81881270.360.3100.50230.8722.1240.78
Hex51587F241F032e71629
Octal12113017744370623472651
Binary1010001101100011111111001001111101100101110011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51587F; }

 p { color: rgb(81,88,127); }

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

<style>
 a { background-color: #51587F; }

 a { background-color: rgb(81,88,127); }

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

<style>
 span { border-color: #51587F; }

 span { border-color: rgb(81,88,127); }

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