#525C7C

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

Shades of Chambray #525C7C

Tints of Chambray #525C7C

Color information

#525C7C (or 0x525C7C) is unknown color: approx Chambray. HEX triplet: 52, 5C and 7C. RGB value is (82,92,124). Sum of RGB (Red+Green+Blue) = 82+92+124=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #525C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C7C is #ADA383. Grayscale: #5C5C5C. Windows color (decimal): -11379588 or 8150098. OLE color: 8150098.

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

Color convert

RGB8292124-
CMYK0.340.2600.51
HSL225.71º20.39%40.39%-
HSV(B)225.71º33.87%48.63%-
XYZ10.9410.920.6-
YUV92.66145.69120.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=27.52%
G=30.87%
B=41.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82921240.340.2600.51225.7120.3940.39
Hex525C7C221A033e21428
Octal12213417442320633422450
Binary1010010101110011111001000101101001100111110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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