#526076

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

Shades of Chambray #526076

Tints of Chambray #526076

Color information

#526076 (or 0x526076) is unknown color: approx Chambray. HEX triplet: 52, 60 and 76. RGB value is (82,96,118). Sum of RGB (Red+Green+Blue) = 82+96+118=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #526076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526076 is #AD9F89. Grayscale: #5E5E5E. Windows color (decimal): -11378570 or 7757906. OLE color: 7757906.

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

Color convert

RGB8296118-
CMYK0.310.1900.54
HSL216.67º18%39.22%-
HSV(B)216.67º30.51%46.27%-
XYZ10.9311.4718.78-
YUV94.32141.36119.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=27.70%
G=32.43%
B=39.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82961180.310.1900.54216.671839.22
Hex5260761F13036d91227
Octal12214016637230663312247
Binary101001011000001110110111111001101101101101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526076; }

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

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

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

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

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

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

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

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