#51617A

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

Shades of Chambray #51617A

Tints of Chambray #51617A

Color information

#51617A (or 0x51617A) is unknown color: approx Chambray. HEX triplet: 51, 61 and 7A. RGB value is (81,97,122). Sum of RGB (Red+Green+Blue) = 81+97+122=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #51617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617A is #AE9E85. Grayscale: #5E5E5E. Windows color (decimal): -11443846 or 8020305. OLE color: 8020305.

HSL color Cylindrical-coordinate representation of color #51617A: hue angle of 216.59º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51617A is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8197122-
CMYK0.340.2000.52
HSL216.59º20.2%39.8%-
HSV(B)216.59º33.61%47.84%-
XYZ11.1811.720.08-
YUV95.07143.2117.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=27%
G=32.33%
B=40.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81971220.340.2000.52216.5920.239.8
Hex51617A2214034d91428
Octal12114117242240643312450
Binary1010001110000111110101000101010001101001101100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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