#525C6C

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

Shades of Chambray #525C6C

Tints of Chambray #525C6C

Color information

#525C6C (or 0x525C6C) is unknown color: approx Chambray. HEX triplet: 52, 5C and 6C. RGB value is (82,92,108). Sum of RGB (Red+Green+Blue) = 82+92+108=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #525C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C6C is #ADA393. Grayscale: #5A5A5A. Windows color (decimal): -11379604 or 7101522. OLE color: 7101522.

HSL color Cylindrical-coordinate representation of color #525C6C: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525C6C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8292108-
CMYK0.240.1500.58
HSL216.92º13.68%37.25%-
HSV(B)216.92º24.07%42.35%-
XYZ10.0110.5315.69-
YUV90.83137.69121.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=29.08%
G=32.62%
B=38.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82921080.240.1500.58216.9213.6837.25
Hex525C6C18F03Ad9e25
Octal12213415430170723311645
Binary1010010101110011011001100011110111010110110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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