#566775

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

Shades of Shuttle Grey #566775

Tints of Shuttle Grey #566775

Color information

#566775 (or 0x566775) is unknown color: approx Shuttle Grey. HEX triplet: 56, 67 and 75. RGB value is (86,103,117). Sum of RGB (Red+Green+Blue) = 86+103+117=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #566775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566775 is #A9988A. Grayscale: #636363. Windows color (decimal): -11114635 or 7694166. OLE color: 7694166.

HSL color Cylindrical-coordinate representation of color #566775: hue angle of 207.1º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566775 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86103117-
CMYK0.260.1200.54
HSL207.1º15.27%39.8%-
HSV(B)207.1º26.5%45.88%-
XYZ11.912.9618.7-
YUV99.51137.87118.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=28.10%
G=33.66%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861031170.260.1200.54207.115.2739.8
Hex5667751AC036cff28
Octal12614716532140663171750
Binary1010110110011111101011101011000110110110011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566775; }

 p { color: rgb(86,103,117); }

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

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

 a { background-color: rgb(86,103,117); }

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

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

 span { border-color: rgb(86,103,117); }

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