#526179

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

Shades of Chambray #526179

Tints of Chambray #526179

Color information

#526179 (or 0x526179) is unknown color: approx Chambray. HEX triplet: 52, 61 and 79. RGB value is (82,97,121). Sum of RGB (Red+Green+Blue) = 82+97+121=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #526179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526179 is #AD9E86. Grayscale: #5F5F5F. Windows color (decimal): -11378311 or 7954770. OLE color: 7954770.

HSL color Cylindrical-coordinate representation of color #526179: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526179 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8297121-
CMYK0.320.2000.53
HSL216.92º19.21%39.8%-
HSV(B)216.92º32.23%47.45%-
XYZ11.2111.7219.76-
YUV95.25142.53118.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=27.33%
G=32.33%
B=40.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82971210.320.2000.53216.9219.2139.8
Hex5261792014035d91328
Octal12214117140240653312350
Binary1010010110000111110011000001010001101011101100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526179; }

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

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

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

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

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

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

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

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