#52577B

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

Shades of Astronaut #52577B

Tints of Astronaut #52577B

Color information

#52577B (or 0x52577B) is unknown color: approx Astronaut. HEX triplet: 52, 57 and 7B. RGB value is (82,87,123). Sum of RGB (Red+Green+Blue) = 82+87+123=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #52577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577B is #ADA884. Grayscale: #595959. Windows color (decimal): -11380869 or 8083282. OLE color: 8083282.

HSL color Cylindrical-coordinate representation of color #52577B: hue angle of 232.68º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52577B is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8287123-
CMYK0.330.2900.52
HSL232.68º20%40.2%-
HSV(B)232.68º33.33%48.24%-
XYZ10.4610.0420.13-
YUV89.61146.84122.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=28.08%
G=29.79%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82871230.330.2900.52232.682040.2
Hex52577B211D034e91428
Octal12212717341350643512450
Binary1010010101011111110111000011110101101001110100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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