#525C6F

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

Shades of Chambray #525C6F

Tints of Chambray #525C6F

Color information

#525C6F (or 0x525C6F) is unknown color: approx Chambray. HEX triplet: 52, 5C and 6F. RGB value is (82,92,111). Sum of RGB (Red+Green+Blue) = 82+92+111=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #525C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C6F is #ADA390. Grayscale: #5B5B5B. Windows color (decimal): -11379601 or 7298130. OLE color: 7298130.

HSL color Cylindrical-coordinate representation of color #525C6F: hue angle of 219.31º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525C6F is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8292111-
CMYK0.260.1700.56
HSL219.31º15.03%37.84%-
HSV(B)219.31º26.13%43.53%-
XYZ10.1810.616.55-
YUV91.18139.19121.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=28.77%
G=32.28%
B=38.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82921110.260.1700.56219.3115.0337.84
Hex525C6F1A11038dbf26
Octal12213415732210703331746
Binary10100101011100110111111010100010111000110110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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