#526173

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

Shades of Chambray #526173

Tints of Chambray #526173

Color information

#526173 (or 0x526173) is unknown color: approx Chambray. HEX triplet: 52, 61 and 73. RGB value is (82,97,115). Sum of RGB (Red+Green+Blue) = 82+97+115=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #526173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526173 is #AD9E8C. Grayscale: #5E5E5E. Windows color (decimal): -11378317 or 7561554. OLE color: 7561554.

HSL color Cylindrical-coordinate representation of color #526173: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526173 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8297115-
CMYK0.290.1600.55
HSL212.73º16.75%38.63%-
HSV(B)212.73º28.7%45.1%-
XYZ10.8511.5817.88-
YUV94.57139.53119.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=27.89%
G=32.99%
B=39.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82971150.290.1600.55212.7316.7538.63
Hex5261731D10037d51127
Octal12214116335200673252147
Binary101001011000011110011111011000001101111101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526173; }

 p { color: rgb(82,97,115); }

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

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

 a { background-color: rgb(82,97,115); }

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

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

 span { border-color: rgb(82,97,115); }

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