#525E7C

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

Shades of Chambray #525E7C

Tints of Chambray #525E7C

Color information

#525E7C (or 0x525E7C) is unknown color: approx Chambray. HEX triplet: 52, 5E and 7C. RGB value is (82,94,124). Sum of RGB (Red+Green+Blue) = 82+94+124=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #525E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7C is #ADA183. Grayscale: #5D5D5D. Windows color (decimal): -11379076 or 8150610. OLE color: 8150610.

HSL color Cylindrical-coordinate representation of color #525E7C: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525E7C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8294124-
CMYK0.340.2400.51
HSL222.86º20.39%40.39%-
HSV(B)222.86º33.87%48.63%-
XYZ11.1211.2520.66-
YUV93.83145.02119.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=27.33%
G=31.33%
B=41.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82941240.340.2400.51222.8620.3940.39
Hex525E7C2218033df1428
Octal12213617442300633372450
Binary1010010101111011111001000101100001100111101111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,124); }

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

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

 a { background-color: rgb(82,94,124); }

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

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

 span { border-color: rgb(82,94,124); }

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