#51617F

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

Shades of Chambray #51617F

Tints of Chambray #51617F

Color information

#51617F (or 0x51617F) is unknown color: approx Chambray. HEX triplet: 51, 61 and 7F. RGB value is (81,97,127). Sum of RGB (Red+Green+Blue) = 81+97+127=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #51617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617F is #AE9E80. Grayscale: #5F5F5F. Windows color (decimal): -11443841 or 8347985. OLE color: 8347985.

HSL color Cylindrical-coordinate representation of color #51617F: hue angle of 219.13º 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 #51617F is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8197127-
CMYK0.360.2400.50
HSL219.13º22.12%40.78%-
HSV(B)219.13º36.22%49.8%-
XYZ11.511.8321.76-
YUV95.64145.7117.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 127 (50% from 255) = 41.64%
R=26.56%
G=31.80%
B=41.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81971270.360.2400.50219.1322.1240.78
Hex51617F2418032db1629
Octal12114117744300623332651
Binary1010001110000111111111001001100001100101101101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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