Html Css Color HEX #52577B Astronaut

📋 copy color: '#52577B'

red 82 ◦ green 87 ◦ blue 123

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

Shades of Astronaut #52577B

Tints of Astronaut #52577B

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 value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52577B (or 0x52577B) is known color: 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

RGB 82 87 123 -
CMYK 0.33 0.29 0 0.52
HSL 232.68º 0.2% 0.4% -
HSV(B) 232.68º 0.33% 0.48% -
XYZ 10.46 10.04 20.13 -
YUV 89.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 82 87 123 0.33 0.29 0 0.52 232.68 0.2 0.4
Hex 52 57 7B 21 1D 0 34 E9 14 28
Octal 122 127 173 41 35 0 64 351 24 50
Binary 1010010 1010111 1111011 100001 11101 0 110100 11101001 10100 101000

Color Harmonies of #52577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52577B

Black with #52577B

Text Example


Text Example

White with #52577B

Text Example


Text Example

HTML Codes & Css Web 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>