#53617A

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

Shades of Chambray #53617A

Tints of Chambray #53617A

Color information

#53617A (or 0x53617A) is unknown color: approx Chambray. HEX triplet: 53, 61 and 7A. RGB value is (83,97,122). Sum of RGB (Red+Green+Blue) = 83+97+122=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #53617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617A is #AC9E85. Grayscale: #5F5F5F. Windows color (decimal): -11312774 or 8020307. OLE color: 8020307.

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

Color convert

RGB8397122-
CMYK0.320.2000.52
HSL218.46º19.02%40.2%-
HSV(B)218.46º31.97%47.84%-
XYZ11.3511.7920.09-
YUV95.66142.86118.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=27.48%
G=32.12%
B=40.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83971220.320.2000.52218.4619.0240.2
Hex53617A2014034da1328
Octal12314117240240643322350
Binary1010011110000111110101000001010001101001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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