#566372

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

Shades of Shuttle Grey #566372

Tints of Shuttle Grey #566372

Color information

#566372 (or 0x566372) is unknown color: approx Shuttle Grey. HEX triplet: 56, 63 and 72. RGB value is (86,99,114). Sum of RGB (Red+Green+Blue) = 86+99+114=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #566372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566372 is #A99C8D. Grayscale: #606060. Windows color (decimal): -11115662 or 7496534. OLE color: 7496534.

HSL color Cylindrical-coordinate representation of color #566372: hue angle of 212.14º 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 #566372 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8699114-
CMYK0.250.1300.55
HSL212.14º14%39.22%-
HSV(B)212.14º24.56%44.71%-
XYZ11.3412.1217.66-
YUV96.82137.69120.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=28.76%
G=33.11%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86991140.250.1300.55212.141439.22
Hex56637219D037d4e27
Octal12614316231150673241647
Binary1010110110001111100101100111010110111110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566372; }

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

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

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

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

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

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

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

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