#576068

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

Shades of Shuttle Grey #576068

Tints of Shuttle Grey #576068

Color information

#576068 (or 0x576068) is unknown color: approx Shuttle Grey. HEX triplet: 57, 60 and 68. RGB value is (87,96,104). Sum of RGB (Red+Green+Blue) = 87+96+104=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #576068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576068 is #A89F97. Grayscale: #5E5E5E. Windows color (decimal): -11050904 or 6840407. OLE color: 6840407.

HSL color Cylindrical-coordinate representation of color #576068: hue angle of 208.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #576068 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8796104-
CMYK0.160.0800.59
HSL208.24º8.9%37.45%-
HSV(B)208.24º16.35%40.78%-
XYZ10.6111.3914.74-
YUV94.22133.52122.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=30.31%
G=33.45%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87961040.160.0800.59208.248.937.45
Hex57606810803Bd0925
Octal12714015020100733201145
Binary1010111110000011010001000010000111011110100001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576068; }

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

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

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

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

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

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

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

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