#526081

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

Shades of Chambray #526081

Tints of Chambray #526081

Color information

#526081 (or 0x526081) is unknown color: approx Chambray. HEX triplet: 52, 60 and 81. RGB value is (82,96,129). Sum of RGB (Red+Green+Blue) = 82+96+129=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #526081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526081 is #AD9F7E. Grayscale: #5F5F5F. Windows color (decimal): -11378559 or 8478802. OLE color: 8478802.

HSL color Cylindrical-coordinate representation of color #526081: hue angle of 222.13º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526081 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8296129-
CMYK0.360.2600.49
HSL222.13º22.27%41.37%-
HSV(B)222.13º36.43%50.59%-
XYZ11.6211.7422.42-
YUV95.58146.86118.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=26.71%
G=31.27%
B=42.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82961290.360.2600.49222.1322.2741.37
Hex526081241A031de1629
Octal12214020144320613362651
Binary10100101100000100000011001001101001100011101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526081; }

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

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

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

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

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

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

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

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