#576070

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

Shades of Shuttle Grey #576070

Tints of Shuttle Grey #576070

Color information

#576070 (or 0x576070) is unknown color: approx Shuttle Grey. HEX triplet: 57, 60 and 70. RGB value is (87,96,112). Sum of RGB (Red+Green+Blue) = 87+96+112=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #576070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576070 is #A89F8F. Grayscale: #5F5F5F. Windows color (decimal): -11050896 or 7364695. OLE color: 7364695.

HSL color Cylindrical-coordinate representation of color #576070: hue angle of 218.4º 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 #576070 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8796112-
CMYK0.220.1400.56
HSL218.4º12.56%39.02%-
HSV(B)218.4º22.32%43.92%-
XYZ11.0411.5616.98-
YUV95.13137.52122.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=29.49%
G=32.54%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87961120.220.1400.56218.412.5639.02
Hex57607016E038dad27
Octal12714016026160703321547
Binary1010111110000011100001011011100111000110110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576070; }

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

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

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

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

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

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

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

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