#576772

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

Shades of Shuttle Grey #576772

Tints of Shuttle Grey #576772

Color information

#576772 (or 0x576772) is unknown color: approx Shuttle Grey. HEX triplet: 57, 67 and 72. RGB value is (87,103,114). Sum of RGB (Red+Green+Blue) = 87+103+114=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #576772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576772 is #A8988D. Grayscale: #636363. Windows color (decimal): -11049102 or 7497559. OLE color: 7497559.

HSL color Cylindrical-coordinate representation of color #576772: hue angle of 204.44º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576772 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87103114-
CMYK0.240.1000.55
HSL204.44º13.43%39.41%-
HSV(B)204.44º23.68%44.71%-
XYZ11.8212.9417.79-
YUV99.47136.2119.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=28.62%
G=33.88%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871031140.240.1000.55204.4413.4339.41
Hex57677218A037ccd27
Octal12714716230120673141547
Binary1010111110011111100101100010100110111110011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576772; }

 p { color: rgb(87,103,114); }

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

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

 a { background-color: rgb(87,103,114); }

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

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

 span { border-color: rgb(87,103,114); }

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