#53587C

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

Shades of Chambray #53587C

Tints of Chambray #53587C

Color information

#53587C (or 0x53587C) is unknown color: approx Chambray. HEX triplet: 53, 58 and 7C. RGB value is (83,88,124). Sum of RGB (Red+Green+Blue) = 83+88+124=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #53587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53587C is #ACA783. Grayscale: #5A5A5A. Windows color (decimal): -11315076 or 8149075. OLE color: 8149075.

HSL color Cylindrical-coordinate representation of color #53587C: hue angle of 232.68º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53587C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8388124-
CMYK0.330.2900.51
HSL232.68º19.81%40.59%-
HSV(B)232.68º33.06%48.63%-
XYZ10.710.2720.49-
YUV90.61146.84122.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=28.14%
G=29.83%
B=42.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83881240.330.2900.51232.6819.8140.59
Hex53587C211D033e91429
Octal12313017441350633512451
Binary1010011101100011111001000011110101100111110100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,88,124); }

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

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

 a { background-color: rgb(83,88,124); }

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

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

 span { border-color: rgb(83,88,124); }

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