#526084

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

Shades of Chambray #526084

Tints of Chambray #526084

Color information

#526084 (or 0x526084) is unknown color: approx Chambray. HEX triplet: 52, 60 and 84. RGB value is (82,96,132). Sum of RGB (Red+Green+Blue) = 82+96+132=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #526084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526084 is #AD9F7B. Grayscale: #5F5F5F. Windows color (decimal): -11378556 or 8675410. OLE color: 8675410.

HSL color Cylindrical-coordinate representation of color #526084: hue angle of 223.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526084 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8296132-
CMYK0.380.2700.48
HSL223.2º23.36%41.96%-
HSV(B)223.2º37.88%51.76%-
XYZ11.8311.8323.49-
YUV95.92148.36118.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=26.45%
G=30.97%
B=42.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82961320.380.2700.48223.223.3641.96
Hex526084261B030df172a
Octal12214020446330603372752
Binary10100101100000100001001001101101101100001101111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526084; }

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

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

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

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

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

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

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

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