#566472

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

Shades of Shuttle Grey #566472

Tints of Shuttle Grey #566472

Color information

#566472 (or 0x566472) is unknown color: approx Shuttle Grey. HEX triplet: 56, 64 and 72. RGB value is (86,100,114). Sum of RGB (Red+Green+Blue) = 86+100+114=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #566472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566472 is #A99B8D. Grayscale: #616161. Windows color (decimal): -11115406 or 7496790. OLE color: 7496790.

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

Color convert

RGB86100114-
CMYK0.250.1200.55
HSL210º14%39.22%-
HSV(B)210º24.56%44.71%-
XYZ11.4312.3117.69-
YUV97.41137.36119.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=28.67%
G=33.33%
B=38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861001140.250.1200.552101439.22
Hex56647219C037d2e27
Octal12614416231140673221647
Binary1010110110010011100101100111000110111110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566472; }

 p { color: rgb(86,100,114); }

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

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

 a { background-color: rgb(86,100,114); }

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

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

 span { border-color: rgb(86,100,114); }

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