#576470

Color #576470 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #576470

Tints of Shuttle Grey #576470

Color information

#576470 (or 0x576470) is unknown color: approx 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

RGB87100112-
CMYK0.220.1100.56
HSL208.8º12.56%39.02%-
HSV(B)208.8º22.32%43.92%-
XYZ11.4112.3117.1-
YUV97.48136.19120.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=29.10%
G=33.44%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871001120.220.1100.56208.812.5639.02
Hex57647016B038d1d27
Octal12714416026130703211547
Binary1010111110010011100001011010110111000110100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>