#566478

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

Shades of Shuttle Grey #566478

Tints of Shuttle Grey #566478

Color information

#566478 (or 0x566478) is unknown color: approx Shuttle Grey. HEX triplet: 56, 64 and 78. RGB value is (86,100,120). Sum of RGB (Red+Green+Blue) = 86+100+120=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #566478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566478 is #A99B87. Grayscale: #626262. Windows color (decimal): -11115400 or 7890006. OLE color: 7890006.

HSL color Cylindrical-coordinate representation of color #566478: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566478 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86100120-
CMYK0.280.1700.53
HSL215.29º16.5%40.39%-
HSV(B)215.29º28.33%47.06%-
XYZ11.7912.4519.55-
YUV98.09140.36119.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=28.10%
G=32.68%
B=39.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861001200.280.1700.53215.2916.540.39
Hex5664781C11035d71128
Octal12614417034210653272150
Binary101011011001001111000111001000101101011101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566478; }

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

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

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

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

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

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

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

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