#525B72

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

Shades of Chambray #525B72

Tints of Chambray #525B72

Color information

#525B72 (or 0x525B72) is unknown color: approx Chambray. HEX triplet: 52, 5B and 72. RGB value is (82,91,114). Sum of RGB (Red+Green+Blue) = 82+91+114=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #525B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B72 is #ADA48D. Grayscale: #5A5A5A. Windows color (decimal): -11379854 or 7494482. OLE color: 7494482.

HSL color Cylindrical-coordinate representation of color #525B72: hue angle of 223.12º 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 #525B72 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8291114-
CMYK0.280.2000.55
HSL223.12º16.33%38.43%-
HSV(B)223.12º28.07%44.71%-
XYZ10.2610.4917.4-
YUV90.93141.02121.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=28.57%
G=31.71%
B=39.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82911140.280.2000.55223.1216.3338.43
Hex525B721C14037df1026
Octal12213316234240673372046
Binary101001010110111110010111001010001101111101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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