#525D7C

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

Shades of Chambray #525D7C

Tints of Chambray #525D7C

Color information

#525D7C (or 0x525D7C) is unknown color: approx Chambray. HEX triplet: 52, 5D and 7C. RGB value is (82,93,124). Sum of RGB (Red+Green+Blue) = 82+93+124=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #525D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D7C is #ADA283. Grayscale: #5D5D5D. Windows color (decimal): -11379332 or 8150354. OLE color: 8150354.

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

Color convert

RGB8293124-
CMYK0.340.2500.51
HSL224.29º20.39%40.39%-
HSV(B)224.29º33.87%48.63%-
XYZ11.0311.0820.63-
YUV93.24145.36119.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=27.42%
G=31.10%
B=41.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82931240.340.2500.51224.2920.3940.39
Hex525D7C2219033e01428
Octal12213517442310633402450
Binary1010010101110111111001000101100101100111110000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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