#566275

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

Shades of Shuttle Grey #566275

Tints of Shuttle Grey #566275

Color information

#566275 (or 0x566275) is unknown color: approx Shuttle Grey. HEX triplet: 56, 62 and 75. RGB value is (86,98,117). Sum of RGB (Red+Green+Blue) = 86+98+117=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #566275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566275 is #A99D8A. Grayscale: #606060. Windows color (decimal): -11115915 or 7692886. OLE color: 7692886.

HSL color Cylindrical-coordinate representation of color #566275: hue angle of 216.77º 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 #566275 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8698117-
CMYK0.260.1600.54
HSL216.77º15.27%39.8%-
HSV(B)216.77º26.5%45.88%-
XYZ11.421218.54-
YUV96.58139.52120.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=28.57%
G=32.56%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86981170.260.1600.54216.7715.2739.8
Hex5662751A10036d9f28
Octal12614216532200663311750
Binary10101101100010111010111010100000110110110110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566275; }

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

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

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

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

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

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

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

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