#51607C

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

Shades of Chambray #51607C

Tints of Chambray #51607C

Color information

#51607C (or 0x51607C) is unknown color: approx Chambray. HEX triplet: 51, 60 and 7C. RGB value is (81,96,124). Sum of RGB (Red+Green+Blue) = 81+96+124=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #51607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51607C is #AE9F83. Grayscale: #5E5E5E. Windows color (decimal): -11444100 or 8151121. OLE color: 8151121.

HSL color Cylindrical-coordinate representation of color #51607C: hue angle of 219.07º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51607C is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8196124-
CMYK0.350.2300.51
HSL219.07º20.98%40.2%-
HSV(B)219.07º34.68%48.63%-
XYZ11.2111.5720.71-
YUV94.71144.53118.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=26.91%
G=31.89%
B=41.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81961240.350.2300.51219.0720.9840.2
Hex51607C2317033db1528
Octal12114017443270633332550
Binary1010001110000011111001000111011101100111101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51607C; }

 p { color: rgb(81,96,124); }

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

<style>
 a { background-color: #51607C; }

 a { background-color: rgb(81,96,124); }

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

<style>
 span { border-color: #51607C; }

 span { border-color: rgb(81,96,124); }

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