#525F80

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

Shades of Chambray #525F80

Tints of Chambray #525F80

Color information

#525F80 (or 0x525F80) is unknown color: approx Chambray. HEX triplet: 52, 5F and 80. RGB value is (82,95,128). Sum of RGB (Red+Green+Blue) = 82+95+128=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #525F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F80 is #ADA07F. Grayscale: #5E5E5E. Windows color (decimal): -11378816 or 8413010. OLE color: 8413010.

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

Color convert

RGB8295128-
CMYK0.360.2600.50
HSL223.04º21.9%41.18%-
HSV(B)223.04º35.94%50.2%-
XYZ11.4711.5422.04-
YUV94.87146.69118.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=26.89%
G=31.15%
B=41.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82951280.360.2600.50223.0421.941.18
Hex525F80241A032df1629
Octal12213720044320623372651
Binary10100101011111100000001001001101001100101101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F80; }

 p { color: rgb(82,95,128); }

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

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

 a { background-color: rgb(82,95,128); }

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

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

 span { border-color: rgb(82,95,128); }

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