#526276

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

Shades of Chambray #526276

Tints of Chambray #526276

Color information

#526276 (or 0x526276) is unknown color: approx Chambray. HEX triplet: 52, 62 and 76. RGB value is (82,98,118). Sum of RGB (Red+Green+Blue) = 82+98+118=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #526276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526276 is #AD9D89. Grayscale: #5F5F5F. Windows color (decimal): -11378058 or 7758418. OLE color: 7758418.

HSL color Cylindrical-coordinate representation of color #526276: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526276 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8298118-
CMYK0.310.1700.54
HSL213.33º18%39.22%-
HSV(B)213.33º30.51%46.27%-
XYZ11.1211.8418.84-
YUV95.5140.7118.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=27.52%
G=32.89%
B=39.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82981180.310.1700.54213.331839.22
Hex5262761F11036d51227
Octal12214216637210663252247
Binary101001011000101110110111111000101101101101010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526276; }

 p { color: rgb(82,98,118); }

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

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

 a { background-color: rgb(82,98,118); }

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

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

 span { border-color: rgb(82,98,118); }

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