#525F7F

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

Shades of Chambray #525F7F

Tints of Chambray #525F7F

Color information

#525F7F (or 0x525F7F) is unknown color: approx Chambray. HEX triplet: 52, 5F and 7F. RGB value is (82,95,127). Sum of RGB (Red+Green+Blue) = 82+95+127=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #525F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F7F is #ADA080. Grayscale: #5E5E5E. Windows color (decimal): -11378817 or 8347474. OLE color: 8347474.

HSL color Cylindrical-coordinate representation of color #525F7F: hue angle of 222.67º 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 #525F7F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8295127-
CMYK0.350.2500.50
HSL222.67º21.53%40.98%-
HSV(B)222.67º35.43%49.8%-
XYZ11.411.5121.7-
YUV94.76146.19118.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 41.78%
R=26.97%
G=31.25%
B=41.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82951270.350.2500.50222.6721.5340.98
Hex525F7F2319032df1629
Octal12213717743310623372651
Binary1010010101111111111111000111100101100101101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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