#525F73

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

Shades of Chambray #525F73

Tints of Chambray #525F73

Color information

#525F73 (or 0x525F73) is unknown color: approx Chambray. HEX triplet: 52, 5F and 73. RGB value is (82,95,115). Sum of RGB (Red+Green+Blue) = 82+95+115=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #525F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F73 is #ADA08C. Grayscale: #5D5D5D. Windows color (decimal): -11378829 or 7561042. OLE color: 7561042.

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

Color convert

RGB8295115-
CMYK0.290.1700.55
HSL216.36º16.75%38.63%-
HSV(B)216.36º28.7%45.1%-
XYZ10.6711.2217.82-
YUV93.39140.19119.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=28.08%
G=32.53%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82951150.290.1700.55216.3616.7538.63
Hex525F731D11037d81127
Octal12213716335210673302147
Binary101001010111111110011111011000101101111101100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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