#52577F

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

Shades of Chambray #52577F

Tints of Chambray #52577F

Color information

#52577F (or 0x52577F) is unknown color: approx Chambray. HEX triplet: 52, 57 and 7F. RGB value is (82,87,127). Sum of RGB (Red+Green+Blue) = 82+87+127=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #52577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577F is #ADA880. Grayscale: #595959. Windows color (decimal): -11380865 or 8345426. OLE color: 8345426.

HSL color Cylindrical-coordinate representation of color #52577F: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52577F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8287127-
CMYK0.350.3100.50
HSL233.33º21.53%40.98%-
HSV(B)233.33º35.43%49.8%-
XYZ10.7210.1421.47-
YUV90.06148.84122.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 127 (50% from 255) = 42.91%
R=27.70%
G=29.39%
B=42.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82871270.350.3100.50233.3321.5340.98
Hex52577F231F032e91629
Octal12212717743370623512651
Binary1010010101011111111111000111111101100101110100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52577F; }

 p { color: rgb(82,87,127); }

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

<style>
 a { background-color: #52577F; }

 a { background-color: rgb(82,87,127); }

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

<style>
 span { border-color: #52577F; }

 span { border-color: rgb(82,87,127); }

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