#51587A

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

Shades of Chambray #51587A

Tints of Chambray #51587A

Color information

#51587A (or 0x51587A) is unknown color: approx Chambray. HEX triplet: 51, 58 and 7A. RGB value is (81,88,122). Sum of RGB (Red+Green+Blue) = 81+88+122=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #51587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51587A is #AEA785. Grayscale: #595959. Windows color (decimal): -11446150 or 8018001. OLE color: 8018001.

HSL color Cylindrical-coordinate representation of color #51587A: hue angle of 229.76º 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 #51587A is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8188122-
CMYK0.340.2800.52
HSL229.76º20.2%39.8%-
HSV(B)229.76º33.61%47.84%-
XYZ10.410.1319.82-
YUV89.78146.18121.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=27.84%
G=30.24%
B=41.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81881220.340.2800.52229.7620.239.8
Hex51587A221C034e61428
Octal12113017242340643462450
Binary1010001101100011110101000101110001101001110011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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