#566370

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

Shades of Shuttle Grey #566370

Tints of Shuttle Grey #566370

Color information

#566370 (or 0x566370) is unknown color: approx Shuttle Grey. HEX triplet: 56, 63 and 70. RGB value is (86,99,112). Sum of RGB (Red+Green+Blue) = 86+99+112=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #566370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566370 is #A99C8F. Grayscale: #606060. Windows color (decimal): -11115664 or 7365462. OLE color: 7365462.

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

Color convert

RGB8699112-
CMYK0.230.1200.56
HSL210º13.13%38.82%-
HSV(B)210º23.21%43.92%-
XYZ11.2212.0717.07-
YUV96.6136.69120.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=28.96%
G=33.33%
B=37.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86991120.230.1200.5621013.1338.82
Hex56637017C038d2d27
Octal12614316027140703221547
Binary1010110110001111100001011111000111000110100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566370; }

 p { color: rgb(86,99,112); }

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

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

 a { background-color: rgb(86,99,112); }

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

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

 span { border-color: rgb(86,99,112); }

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