#53617B

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

Shades of Chambray #53617B

Tints of Chambray #53617B

Color information

#53617B (or 0x53617B) is unknown color: approx Chambray. HEX triplet: 53, 61 and 7B. RGB value is (83,97,123). Sum of RGB (Red+Green+Blue) = 83+97+123=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #53617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617B is #AC9E84. Grayscale: #5F5F5F. Windows color (decimal): -11312773 or 8085843. OLE color: 8085843.

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

Color convert

RGB8397123-
CMYK0.330.2100.52
HSL219º19.42%40.39%-
HSV(B)219º32.52%48.24%-
XYZ11.4211.8220.42-
YUV95.78143.36118.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=27.39%
G=32.01%
B=40.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83971230.330.2100.5221919.4240.39
Hex53617B2115034db1328
Octal12314117341250643332350
Binary1010011110000111110111000011010101101001101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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