#556274

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

Shades of Shuttle Grey #556274

Tints of Shuttle Grey #556274

Color information

#556274 (or 0x556274) is unknown color: approx Shuttle Grey. HEX triplet: 55, 62 and 74. RGB value is (85,98,116). Sum of RGB (Red+Green+Blue) = 85+98+116=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #556274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556274 is #AA9D8B. Grayscale: #606060. Windows color (decimal): -11181452 or 7627349. OLE color: 7627349.

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

Color convert

RGB8598116-
CMYK0.270.1600.55
HSL214.84º15.42%39.41%-
HSV(B)214.84º26.72%45.49%-
XYZ11.2711.9318.23-
YUV96.16139.19120.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=28.43%
G=32.78%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85981160.270.1600.55214.8415.4239.41
Hex5562741B10037d7f27
Octal12514216433200673271747
Binary10101011100010111010011011100000110111110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556274; }

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

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

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

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

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

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

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

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