#525D7F

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

Shades of Chambray #525D7F

Tints of Chambray #525D7F

Color information

#525D7F (or 0x525D7F) is unknown color: approx Chambray. HEX triplet: 52, 5D and 7F. RGB value is (82,93,127). Sum of RGB (Red+Green+Blue) = 82+93+127=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #525D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D7F is #ADA280. Grayscale: #5D5D5D. Windows color (decimal): -11379329 or 8346962. OLE color: 8346962.

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

Color convert

RGB8293127-
CMYK0.350.2700.50
HSL225.33º21.53%40.98%-
HSV(B)225.33º35.43%49.8%-
XYZ11.2211.1521.64-
YUV93.59146.86119.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 127 (50% from 255) = 42.05%
R=27.15%
G=30.79%
B=42.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82931270.350.2700.50225.3321.5340.98
Hex525D7F231B032e11629
Octal12213517743330623412651
Binary1010010101110111111111000111101101100101110000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,127); }

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

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

 a { background-color: rgb(82,93,127); }

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

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

 span { border-color: rgb(82,93,127); }

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