Html Css Color HEX #52577C Astronaut

📋 copy color: '#52577C'

red 82 ◦ green 87 ◦ blue 124

#52577C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #52577C

Tints of Astronaut #52577C

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 27.99%
G = 29.69%
B = 42.32%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52577C (or 0x52577C) is known color: Astronaut. HEX triplet: 52, 57 and 7C. RGB value is (82,87,124). Sum of RGB (Red+Green+Blue) = 82+87+124=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #52577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577C is #ADA883. Grayscale: #595959. Windows color (decimal): -11380868 or 8148818. OLE color: 8148818.

HSL color Cylindrical-coordinate representation of color #52577C: hue angle of 232.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52577C is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 87 124 -
CMYK 0.34 0.30 0 0.51
HSL 232.86º 0.2% 0.4% -
HSV(B) 232.86º 0.34% 0.49% -
XYZ 10.53 10.07 20.46 -
YUV 89.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 82 87 124 0.34 0.30 0 0.51 232.86 0.2 0.4
Hex 52 57 7C 22 1E 0 33 E9 14 28
Octal 122 127 174 42 36 0 63 351 24 50
Binary 1010010 1010111 1111100 100010 11110 0 110011 11101001 10100 101000

Color Harmonies of #52577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52577C

Black with #52577C

Text Example


Text Example

White with #52577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52577C;
 }
 .AnyTagClassName
 {
   color: #52577C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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