#526072

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

Shades of Chambray #526072

Tints of Chambray #526072

Color information

#526072 (or 0x526072) is unknown color: approx Chambray. HEX triplet: 52, 60 and 72. RGB value is (82,96,114). Sum of RGB (Red+Green+Blue) = 82+96+114=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #526072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526072 is #AD9F8D. Grayscale: #5D5D5D. Windows color (decimal): -11378574 or 7495762. OLE color: 7495762.

HSL color Cylindrical-coordinate representation of color #526072: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526072 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8296114-
CMYK0.280.1600.55
HSL213.75º16.33%38.43%-
HSV(B)213.75º28.07%44.71%-
XYZ10.711.3717.55-
YUV93.87139.36119.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=28.08%
G=32.88%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82961140.280.1600.55213.7516.3338.43
Hex5260721C10037d61026
Octal12214016234200673262046
Binary101001011000001110010111001000001101111101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526072; }

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

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

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

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

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

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

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

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