#526376

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

Shades of Chambray #526376

Tints of Chambray #526376

Color information

#526376 (or 0x526376) is unknown color: approx Chambray. HEX triplet: 52, 63 and 76. RGB value is (82,99,118). Sum of RGB (Red+Green+Blue) = 82+99+118=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #526376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526376 is #AD9C89. Grayscale: #5F5F5F. Windows color (decimal): -11377802 or 7758674. OLE color: 7758674.

HSL color Cylindrical-coordinate representation of color #526376: hue angle of 211.67º 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 #526376 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8299118-
CMYK0.310.1600.54
HSL211.67º18%39.22%-
HSV(B)211.67º30.51%46.27%-
XYZ11.2112.0318.87-
YUV96.08140.37117.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=27.42%
G=33.11%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82991180.310.1600.54211.671839.22
Hex5263761F10036d41227
Octal12214316637200663242247
Binary101001011000111110110111111000001101101101010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526376; }

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

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

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

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

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

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

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

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