#52577E

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

Shades of Astronaut #52577E

Tints of Astronaut #52577E

Color information

#52577E (or 0x52577E) is unknown color: approx Astronaut. HEX triplet: 52, 57 and 7E. RGB value is (82,87,126). Sum of RGB (Red+Green+Blue) = 82+87+126=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #52577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577E is #ADA881. Grayscale: #595959. Windows color (decimal): -11380866 or 8279890. OLE color: 8279890.

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

Color convert

RGB8287126-
CMYK0.350.3100.51
HSL233.18º21.15%40.78%-
HSV(B)233.18º34.92%49.41%-
XYZ10.6510.1221.13-
YUV89.95148.34122.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=27.80%
G=29.49%
B=42.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82871260.350.3100.51233.1821.1540.78
Hex52577E231F033e91529
Octal12212717643370633512551
Binary1010010101011111111101000111111101100111110100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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