#525A7F

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

Shades of Chambray #525A7F

Tints of Chambray #525A7F

Color information

#525A7F (or 0x525A7F) is unknown color: approx Chambray. HEX triplet: 52, 5A and 7F. RGB value is (82,90,127). Sum of RGB (Red+Green+Blue) = 82+90+127=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #525A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A7F is #ADA580. Grayscale: #5B5B5B. Windows color (decimal): -11380097 or 8346194. OLE color: 8346194.

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

Color convert

RGB8290127-
CMYK0.350.2900.50
HSL229.33º21.53%40.98%-
HSV(B)229.33º35.43%49.8%-
XYZ10.9710.6421.55-
YUV91.83147.85120.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 127 (50% from 255) = 42.47%
R=27.42%
G=30.10%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82901270.350.2900.50229.3321.5340.98
Hex525A7F231D032e51629
Octal12213217743350623452651
Binary1010010101101011111111000111110101100101110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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