#566674

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

Shades of Shuttle Grey #566674

Tints of Shuttle Grey #566674

Color information

#566674 (or 0x566674) is unknown color: approx Shuttle Grey. HEX triplet: 56, 66 and 74. RGB value is (86,102,116). Sum of RGB (Red+Green+Blue) = 86+102+116=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #566674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566674 is #A9998B. Grayscale: #626262. Windows color (decimal): -11114892 or 7628374. OLE color: 7628374.

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

Color convert

RGB86102116-
CMYK0.260.1200.55
HSL208º14.85%39.61%-
HSV(B)208º25.86%45.49%-
XYZ11.7412.7418.36-
YUV98.81137.7118.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=28.29%
G=33.55%
B=38.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861021160.260.1200.5520814.8539.61
Hex5666741AC037d0f28
Octal12614616432140673201750
Binary1010110110011011101001101011000110111110100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566674; }

 p { color: rgb(86,102,116); }

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

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

 a { background-color: rgb(86,102,116); }

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

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

 span { border-color: rgb(86,102,116); }

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