#566274

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

Shades of Shuttle Grey #566274

Tints of Shuttle Grey #566274

Color information

#566274 (or 0x566274) is unknown color: approx Shuttle Grey. HEX triplet: 56, 62 and 74. RGB value is (86,98,116). Sum of RGB (Red+Green+Blue) = 86+98+116=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #566274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566274 is #A99D8B. Grayscale: #606060. Windows color (decimal): -11115916 or 7627350. OLE color: 7627350.

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

Color convert

RGB8698116-
CMYK0.260.1600.55
HSL216º14.85%39.61%-
HSV(B)216º25.86%45.49%-
XYZ11.3611.9718.24-
YUV96.46139.02120.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=28.67%
G=32.67%
B=38.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86981160.260.1600.5521614.8539.61
Hex5662741A10037d8f28
Octal12614216432200673301750
Binary10101101100010111010011010100000110111110110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566274; }

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

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

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

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

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

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

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

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