#525B73

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

Shades of Chambray #525B73

Tints of Chambray #525B73

Color information

#525B73 (or 0x525B73) is unknown color: approx Chambray. HEX triplet: 52, 5B and 73. RGB value is (82,91,115). Sum of RGB (Red+Green+Blue) = 82+91+115=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #525B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B73 is #ADA48C. Grayscale: #5A5A5A. Windows color (decimal): -11379853 or 7560018. OLE color: 7560018.

HSL color Cylindrical-coordinate representation of color #525B73: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525B73 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8291115-
CMYK0.290.2100.55
HSL223.64º16.75%38.63%-
HSV(B)223.64º28.7%45.1%-
XYZ10.3210.5117.71-
YUV91.04141.52121.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=28.47%
G=31.60%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82911150.290.2100.55223.6416.7538.63
Hex525B731D15037e01127
Octal12213316335250673402147
Binary101001010110111110011111011010101101111110000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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