#566272

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

Shades of Shuttle Grey #566272

Tints of Shuttle Grey #566272

Color information

#566272 (or 0x566272) is unknown color: approx Shuttle Grey. HEX triplet: 56, 62 and 72. RGB value is (86,98,114). Sum of RGB (Red+Green+Blue) = 86+98+114=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #566272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566272 is #A99D8D. Grayscale: #606060. Windows color (decimal): -11115918 or 7496278. OLE color: 7496278.

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

Color convert

RGB8698114-
CMYK0.250.1400.55
HSL214.29º14%39.22%-
HSV(B)214.29º24.56%44.71%-
XYZ11.2411.9317.63-
YUV96.24138.02120.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=28.86%
G=32.89%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86981140.250.1400.55214.291439.22
Hex56627219E037d6e27
Octal12614216231160673261647
Binary1010110110001011100101100111100110111110101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566272; }

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

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

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

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

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

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

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

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