#53597A

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

Shades of Chambray #53597A

Tints of Chambray #53597A

Color information

#53597A (or 0x53597A) is unknown color: approx Chambray. HEX triplet: 53, 59 and 7A. RGB value is (83,89,122). Sum of RGB (Red+Green+Blue) = 83+89+122=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #53597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597A is #ACA685. Grayscale: #5A5A5A. Windows color (decimal): -11314822 or 8018259. OLE color: 8018259.

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

Color convert

RGB8389122-
CMYK0.320.2700.52
HSL230.77º19.02%40.2%-
HSV(B)230.77º31.97%47.84%-
XYZ10.6510.3919.86-
YUV90.97145.51122.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=28.23%
G=30.27%
B=41.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83891220.320.2700.52230.7719.0240.2
Hex53597A201B034e71328
Octal12313117240330643472350
Binary1010011101100111110101000001101101101001110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,89,122); }

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

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

 a { background-color: rgb(83,89,122); }

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

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

 span { border-color: rgb(83,89,122); }

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