Html Css Color HEX #576470 Shuttle Grey

📋 copy color: '#576470'

red 87 ◦ green 100 ◦ blue 112

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

Shades of Shuttle Grey #576470

Tints of Shuttle Grey #576470

RGB

 RED value IS 87 (34.38% from 255) = 29.1%

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 29.1%
G = 33.44%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#576470 (or 0x576470) is known color: Shuttle Grey. HEX triplet: 57, 64 and 70. RGB value is (87,100,112). Sum of RGB (Red+Green+Blue) = 87+100+112=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #576470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576470 is #A89B8F. Grayscale: #616161. Windows color (decimal): -11049872 or 7365719. OLE color: 7365719.

HSL color Cylindrical-coordinate representation of color #576470: hue angle of 208.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576470 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 100 112 -
CMYK 0.22 0.11 0 0.56
HSL 208.8º 0.13% 0.39% -
HSV(B) 208.8º 0.22% 0.44% -
XYZ 11.41 12.31 17.1 -
YUV 97.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 87 100 112 0.22 0.11 0 0.56 208.8 0.13 0.39
Hex 57 64 70 16 B 0 38 D1 D 27
Octal 127 144 160 26 13 0 70 321 15 47
Binary 1010111 1100100 1110000 10110 1011 0 111000 11010001 1101 100111

Color Harmonies of #576470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576470

Black with #576470

Text Example


Text Example

White with #576470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576470; }

 p { color: rgb(87,100,112); }

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

background-color css

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

 a { background-color: rgb(87,100,112); }

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

border-color css

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

 span { border-color: rgb(87,100,112); }

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