#556272

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

Shades of Shuttle Grey #556272

Tints of Shuttle Grey #556272

Color information

#556272 (or 0x556272) is unknown color: approx Shuttle Grey. HEX triplet: 55, 62 and 72. RGB value is (85,98,114). Sum of RGB (Red+Green+Blue) = 85+98+114=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #556272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556272 is #AA9D8D. Grayscale: #5F5F5F. Windows color (decimal): -11181454 or 7496277. OLE color: 7496277.

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

Color convert

RGB8598114-
CMYK0.250.1400.55
HSL213.1º14.57%39.02%-
HSV(B)213.1º25.44%44.71%-
XYZ11.1511.8817.63-
YUV95.94138.19120.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=28.62%
G=33.00%
B=38.38%

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
Decimal85981140.250.1400.55213.114.5739.02
Hex55627219E037d5f27
Octal12514216231160673251747
Binary1010101110001011100101100111100110111110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556272; }

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

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

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

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

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

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

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

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