#525D74

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

Shades of Chambray #525D74

Tints of Chambray #525D74

Color information

#525D74 (or 0x525D74) is unknown color: approx Chambray. HEX triplet: 52, 5D and 74. RGB value is (82,93,116). Sum of RGB (Red+Green+Blue) = 82+93+116=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #525D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D74 is #ADA28B. Grayscale: #5C5C5C. Windows color (decimal): -11379340 or 7626066. OLE color: 7626066.

HSL color Cylindrical-coordinate representation of color #525D74: hue angle of 220.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525D74 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8293116-
CMYK0.290.2000.55
HSL220.59º17.17%38.82%-
HSV(B)220.59º29.31%45.49%-
XYZ10.5510.8818.07-
YUV92.33141.36120.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=28.18%
G=31.96%
B=39.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82931160.290.2000.55220.5917.1738.82
Hex525D741D14037dd1127
Octal12213516435240673352147
Binary101001010111011110100111011010001101111101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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