#526174

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

Shades of Chambray #526174

Tints of Chambray #526174

Color information

#526174 (or 0x526174) is unknown color: approx Chambray. HEX triplet: 52, 61 and 74. RGB value is (82,97,116). Sum of RGB (Red+Green+Blue) = 82+97+116=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #526174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526174 is #AD9E8B. Grayscale: #5E5E5E. Windows color (decimal): -11378316 or 7627090. OLE color: 7627090.

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

Color convert

RGB8297116-
CMYK0.290.1600.55
HSL213.53º17.17%38.82%-
HSV(B)213.53º29.31%45.49%-
XYZ10.9111.618.19-
YUV94.68140.03118.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=27.80%
G=32.88%
B=39.32%

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
Decimal82971160.290.1600.55213.5317.1738.82
Hex5261741D10037d61127
Octal12214116435200673262147
Binary101001011000011110100111011000001101111101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526174; }

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

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

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

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

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

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

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

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